mirror of https://github.com/jpanther/congo.git
👷 Update dependabot actor check
parent
70210864ec
commit
7a3da89715
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue