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:
2020 github.event.workflow_run.conclusion == 'success'
2121
2222 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
2328 - name : Download artifacts
2429 id : download-artifacts
2530 uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
2631 with :
27- workflow : doc-build .yml
32+ workflow : assigner .yml
2833 run_id : ${{ github.event.workflow_run.id }}
2934 if_no_artifact_found : ignore
3035
5358 echo "ABORT: PR number validation failed!"
5459 exit 1
5560
56- - name : Check out source code
57- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58- with :
59- fetch-depth : 0
60- persist-credentials : false
6161
6262 - name : Set up Python
6363 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
You can’t perform that action at this time.
0 commit comments