Skip to content

Commit 7600778

Browse files
committed
checkout
Signed-off-by: Anas Nashif <[email protected]>
1 parent 43e1bfc commit 7600778

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/assigner-workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

@@ -53,11 +58,6 @@ jobs:
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

0 commit comments

Comments
 (0)