ci: add missing checkout step

This commit is contained in:
Peter Evans 2023-04-04 12:50:50 +09:00
parent 1fcda994df
commit 3d6c0b9c6c

View File

@ -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