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 24
24
jobs :
25
25
sync-translations :
26
26
runs-on : ubuntu-latest
27
- outputs :
28
- pr_number : ${{ steps.crowdin_pr.outputs.pull_request_number }}
29
27
steps :
30
28
- name : Harden Runner
31
29
uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
40
38
# Downloads translations from Crowdin and creates a PR
41
39
# See all the options at https://github.com/crowdin/github-action
42
40
- name : Download Translations & Create PR
43
- id : crowdin_pr
44
41
uses : crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0
45
42
with :
46
43
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
125
+ run : git push origin HEAD:$HEAD_REF --force
You can’t perform that action at this time.
0 commit comments