File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2424jobs :
2525 sync-translations :
2626 runs-on : ubuntu-latest
27- outputs :
28- pr_number : ${{ steps.crowdin_pr.outputs.pull_request_number }}
2927 steps :
3028 - name : Harden Runner
3129 uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4038 # Downloads translations from Crowdin and creates a PR
4139 # See all the options at https://github.com/crowdin/github-action
4240 - name : Download Translations & Create PR
43- id : crowdin_pr
4441 uses : crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0
4542 with :
4643 upload_sources : false
@@ -125,4 +122,4 @@ jobs:
125122
126123 # Push the changes back to the PR branch
127124 - name : Push Changes
128- run : git push origin HEAD:$HEAD_REF
125+ run : git push origin HEAD:$HEAD_REF --force
You can’t perform that action at this time.
0 commit comments