mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-10 22:25:30 +00:00
Update publish-docker.yml
This commit is contained in:
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
dependabot_auto_merge:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
|
||||
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target' }}
|
||||
steps:
|
||||
- name: Automerge dependabot PR
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user