Skip to content

Commit 3d6c0b9

Browse files
committed
ci: add missing checkout step
1 parent 1fcda99 commit 3d6c0b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-v3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44
testCreateOrUpdateComment:
55
runs-on: ubuntu-latest
66
steps:
7+
- uses: actions/checkout@v3
8+
79
# Test create
810
- name: Create comment
911
uses: peter-evans/create-or-update-comment@v3-dev

0 commit comments

Comments
 (0)