We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718d86f commit cc94f9cCopy full SHA for cc94f9c
.github/workflows/translations-sync.yml
@@ -24,8 +24,6 @@ env:
24
jobs:
25
sync-translations:
26
runs-on: ubuntu-latest
27
- outputs:
28
- pr_number: ${{ steps.crowdin_pr.outputs.pull_request_number }}
29
steps:
30
- name: Harden Runner
31
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
@@ -40,7 +38,6 @@ jobs:
40
38
# Downloads translations from Crowdin and creates a PR
41
39
# See all the options at https://github.com/crowdin/github-action
42
- name: Download Translations & Create PR
43
- id: crowdin_pr
44
uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0
45
with:
46
upload_sources: false
@@ -125,4 +122,4 @@ jobs:
125
122
126
123
# Push the changes back to the PR branch
127
124
- name: Push Changes
128
- run: git push origin HEAD:$HEAD_REF
+ run: git push origin HEAD:$HEAD_REF --force
0 commit comments