We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0496afe commit 05e0359Copy full SHA for 05e0359
.github/workflows/translations-sync.yml
@@ -75,7 +75,7 @@ jobs:
75
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76
with:
77
# Use the number from the output of crowdin/github-action
78
- ref: refs/pull/${{ jobs.synchronize-with-crowdin.outputs.pull_request_number }}/head
+ ref: refs/pull/${{ needs.synchronize-with-crowdin.outputs.pull_request_number }}/head
79
80
- name: Restore Lint Cache
81
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
0 commit comments