Update workflow

This commit is contained in:
lowlighter
2021-02-16 18:44:03 +01:00
parent d06888f067
commit 1245b9ac5e
2 changed files with 5 additions and 7 deletions

View File

@@ -19,6 +19,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets._GITHUB_TOKEN }}
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
@@ -68,6 +71,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup NodeJS
uses: actions/setup-node@v2
with: