Skip to content

Commit 6db758f

Browse files
authored
fix: Add checkout step for calling repo (#6)
1 parent bbac53c commit 6db758f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ inputs:
1616
runs:
1717
using: 'composite'
1818
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v4
21+
1922
- name: Setup Go
2023
uses: actions/setup-go@v4
2124
with:

0 commit comments

Comments
 (0)