Update publish-docker.yml

This commit is contained in:
Daniel Bauer
2023-05-19 10:44:36 +02:00
committed by GitHub
parent d902e1e62e
commit a999ef058c

View File

@@ -47,7 +47,7 @@ jobs:
dependabot_auto_merge: dependabot_auto_merge:
needs: build needs: build
runs-on: ubuntu-latest 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: steps:
- name: Automerge dependabot PR - name: Automerge dependabot PR
env: env: