Browse Source

Fix Crowdin pull action (#2542)

* Rename crowdin-pull.yml to crowdin-pull-browser.yml

* Fix path to crowdin config for pull action
pull/2548/head
Daniel James Smith 4 years ago committed by GitHub
parent
commit
eb4b9bc7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/crowdin-pull-browser.yml

2
.github/workflows/crowdin-pull.yml → .github/workflows/crowdin-pull-browser.yml

@ -35,7 +35,7 @@ jobs: @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
with:
config: crowdin.yml
config: apps/browser/crowdin.yml
crowdin_branch_name: master
upload_sources: false
upload_translations: false
Loading…
Cancel
Save