fixed uses key

This commit is contained in:
Sambo Chea 2020-02-13 13:09:53 +07:00
parent d41f16e786
commit f8b71a3449

View File

@ -15,7 +15,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v1
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Use Node.js 10.x