Skip to content

Commit 1c6e102

Browse files
authored
Add step to checkout repository (#580)
2 parents 26571e7 + 0bc1545 commit 1c6e102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
outputs:
2424
pr_id: ${{ steps.get_pr_id.outputs.pr_id }}
2525
steps:
26+
- name: Checkout repository
27+
uses: actions/checkout@v4
2628
- name: Get PR number
2729
id: get_pr_id
2830
env:

0 commit comments

Comments
 (0)