Skip to content

Commit

Permalink
ci: add missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Apr 4, 2023
1 parent 1fcda99 commit 3d6c0b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-v3.yml
Expand Up @@ -4,6 +4,8 @@ jobs:
testCreateOrUpdateComment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# Test create
- name: Create comment
uses: peter-evans/create-or-update-comment@v3-dev
Expand Down

0 comments on commit 3d6c0b9

Please sign in to comment.