Skip to content

Commit cc94f9c

Browse files
committed
fixup! fixup! fixup! fix(crowdin): workflow improvements
1 parent 718d86f commit cc94f9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/translations-sync.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ env:
2424
jobs:
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
@@ -40,7 +38,6 @@ jobs:
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

0 commit comments

Comments
 (0)