mirror of
https://github.com/actions/checkout.git
synced 2025-04-03 23:10:07 +02:00
add checkout step
This commit is contained in:
parent
f0214c7550
commit
bd8c3af7ba
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -15,4 +15,5 @@ jobs:
|
||||||
GITHUB_JSON: ${{ toJson(github) }}
|
GITHUB_JSON: ${{ toJson(github) }}
|
||||||
run: |
|
run: |
|
||||||
echo "$GITHUB_JSON"
|
echo "$GITHUB_JSON"
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue