Commit 1980d89 1 parent 89370ac commit 1980d89 Copy full SHA for 1980d89
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
36
36
# see all the options at https://github.com/crowdin/github-action
37
37
- name : Crowdin PR
38
- id : crowdin
39
38
uses : crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0
40
39
with :
41
40
# do not upload anything - this is a one-way operation download
56
55
CROWDIN_PERSONAL_TOKEN : ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
57
56
58
57
format_crowdin_pull_request :
58
+ needs : synchronize-with-crowdin
59
59
runs-on : ubuntu-latest
60
60
61
61
permissions :
72
72
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
73
73
with :
74
74
# 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
76
76
77
77
- name : Restore Lint Cache
78
78
uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
You can’t perform that action at this time.
0 commit comments