CI: Update ci again

This commit is contained in:
tt2468 2021-04-26 17:27:26 -07:00 committed by GitHub
parent f06b31d74c
commit 76357dfe8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' }}
env: env:
CHECKOUT_REF: github.ref CHECKOUT_REF: ${{ github.ref }}
GH_TOKEN: github.token GH_TOKEN: ${{ github.token }}
steps: steps:
- name: 'Checkout' - name: 'Checkout'
uses: actions/checkout@v2 uses: actions/checkout@v2