Skip to content

Commit a5f619b

Browse files
committed
fix: add missing checkout step in backfill manifests workflow
Signed-off-by: Adilhusain Shaikh <[email protected]>
1 parent 2050fc5 commit a5f619b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/backfill-manifests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
outputs:
2323
matrix: ${{ steps.set-matrix.outputs.matrix }}
2424
steps:
25+
- name: Checkout repository
26+
uses: actions/checkout@v4
27+
2528
- name: Fetch release tags
2629
id: set-matrix
2730
env:

0 commit comments

Comments
 (0)