Skip to content

Commit 05e0359

Browse files
committed
hotfix: reference job correctly
1 parent 0496afe commit 05e0359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/translations-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7676
with:
7777
# Use the number from the output of crowdin/github-action
78-
ref: refs/pull/${{ jobs.synchronize-with-crowdin.outputs.pull_request_number }}/head
78+
ref: refs/pull/${{ needs.synchronize-with-crowdin.outputs.pull_request_number }}/head
7979

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

0 commit comments

Comments
 (0)