mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 13:59:24 +00:00
add checkout step
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user