Skip to content

Commit 1980d89

Browse files
committed
hotfix: wat on completion of first job
1 parent 89370ac commit 1980d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/translations-sync.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535

3636
# see all the options at https://github.com/crowdin/github-action
3737
- name: Crowdin PR
38-
id: crowdin
3938
uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0
4039
with:
4140
# do not upload anything - this is a one-way operation download
@@ -56,6 +55,7 @@ jobs:
5655
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
5756

5857
format_crowdin_pull_request:
58+
needs: synchronize-with-crowdin
5959
runs-on: ubuntu-latest
6060

6161
permissions:
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7373
with:
7474
# Use the number from the output of crowdin/github-action
75-
ref: refs/pull/${{ steps.crowdin.outputs.pull_request_number }}/head
75+
ref: refs/pull/${{ steps.synchronize-with-crowdin.outputs.pull_request_number }}/head
7676

7777
- name: Restore Lint Cache
7878
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2

0 commit comments

Comments
 (0)