👷 Update dependabot actor check

pull/368/head
James Panther 2022-11-14 14:53:00 +11:00
parent 70210864ec
commit 7a3da89715
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 1 additions and 1 deletions

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