fix: missed event_type now converted to action

This commit is contained in:
Arthur Meyre
2021-09-09 13:48:58 +02:00
parent e747dd819a
commit 71f97e9e44

View File

@@ -77,7 +77,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
push-docker-image:
if: ${{ github.event_name == 'repository_dispatch' && github.event.event_type == 'publish-env-docker'}}
if: ${{ github.event_name == 'repository_dispatch' && github.event.action == 'publish-env-docker'}}
concurrency:
group: ${{ github.ref }}