fixed uses key
This commit is contained in:
parent
d41f16e786
commit
f8b71a3449
2
.github/workflows/electron.yml
vendored
2
.github/workflows/electron.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
run: echo "$GITHUB_CONTEXT"
|
run: echo "$GITHUB_CONTEXT"
|
||||||
- uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Use Node.js 10.x
|
- name: Use Node.js 10.x
|
||||||
|
Loading…
Reference in New Issue
Block a user