Bump GH actions, cleanups (#15)

This commit is contained in:
Jaco Greeff
2020-10-26 11:28:00 +01:00
committed by GitHub
parent 0742567504
commit a3275c9f35
11 changed files with 59 additions and 72 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ on:
- cron: '45 4 * * *'
jobs:
ss58:
crosscheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: check
env:
CI_LOG: 123
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: ${{ matrix.step }}
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/phishing'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
- name: ${{ matrix.step }}