We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de2401a + 3f5545c commit 7857164Copy full SHA for 7857164
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
node_version: [14]
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
22
- name: Use Node ${{matrix.node_version}}
23
uses: actions/setup-node@master
24
with:
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
- name: Checkout Master
10
11
- name: Configure Git Credentials
12
run: |
13
git config --global user.email "theguild-bot@users.noreply.github.com"
0 commit comments