mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-31 11:46:44 +08:00
ci: add missing checkout step
This commit is contained in:
parent
1fcda994df
commit
3d6c0b9c6c
2
.github/workflows/test-v3.yml
vendored
2
.github/workflows/test-v3.yml
vendored
@ -4,6 +4,8 @@ jobs:
|
|||||||
testCreateOrUpdateComment:
|
testCreateOrUpdateComment:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Test create
|
# Test create
|
||||||
- name: Create comment
|
- name: Create comment
|
||||||
uses: peter-evans/create-or-update-comment@v3-dev
|
uses: peter-evans/create-or-update-comment@v3-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user