1
0
Fork 0
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:
eric sciple 2019-12-13 11:15:31 -05:00
parent f0214c7550
commit bd8c3af7ba

View file

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