From cdd4e18d58c769f4b9ecb70d7add0e4196de9447 Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Sat, 28 Sep 2024 23:41:37 -0700 Subject: [PATCH] Event type added --- .github/workflows/image_build_push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/image_build_push.yml b/.github/workflows/image_build_push.yml index cd91d1b..ffc866c 100644 --- a/.github/workflows/image_build_push.yml +++ b/.github/workflows/image_build_push.yml @@ -43,6 +43,8 @@ jobs: echo "Commit message: ${{ github.event.head_commit.message }}" echo "Event name: ${{ github.event_name }}" echo "Actor: ${{ github.actor }}" + echo "event name is:" ${{ github.event_name }} + echo "event type is:" ${{ github.event.action }} build: if: ${{ !contains(github.event.head_commit.author.name, 'Github Actions bot to update .env with latest tags') }}