File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,16 @@ jobs:
20
20
github.event.workflow_run.conclusion == 'success'
21
21
22
22
steps :
23
+ - name : Check out source code
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
+ with :
26
+ fetch-depth : 0
27
+ persist-credentials : false
23
28
- name : Download artifacts
24
29
id : download-artifacts
25
30
uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
26
31
with :
27
- workflow : doc-build .yml
32
+ workflow : assigner .yml
28
33
run_id : ${{ github.event.workflow_run.id }}
29
34
if_no_artifact_found : ignore
30
35
53
58
echo "ABORT: PR number validation failed!"
54
59
exit 1
55
60
56
- - name : Check out source code
57
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58
- with :
59
- fetch-depth : 0
60
- persist-credentials : false
61
61
62
62
- name : Set up Python
63
63
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
You can’t perform that action at this time.
0 commit comments