Dependabot does not have access to commit

This commit is contained in:
Gabe Kangas
2021-07-27 13:02:14 -07:00
committed by GitHub
parent fe7e9b24ff
commit b5bb28b396

View File

@@ -6,14 +6,15 @@ on:
jobs:
run:
if: ${{ github.actor != 'dependabot[bot]' }}
name: npm run build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
# with:
with:
# Make sure the actual branch is checked out when running on pull requests
# ref: ${{ github.head_ref }}
ref: ${{ github.head_ref }}
- name: Install dependencies
run: |