Skip to content

Commit 66fbb8c

Browse files
fix: add missing actions/checkout to issue-ops workflow
1 parent 17168d4 commit 66fbb8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/issue-ops.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- uses: actions/checkout@v4
19+
1820
- name: Get active step workflow
1921
id: step-info
2022
uses: skills/exercise-toolkit/actions/active-step-workflow@get-current-step-action

0 commit comments

Comments
 (0)