👷 Update dependabot actor check

This commit is contained in:
James Panther
2022-11-14 14:53:00 +11:00
parent 70210864ec
commit 7a3da89715
+1 -1
View File
@@ -5,7 +5,7 @@ on: [pull_request_target]
jobs:
build:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.event.sender.login == 'dependabot[bot]'
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v3