Skip to content

Commit

Permalink
Event type added
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Sep 29, 2024
1 parent 0b8bfa0 commit cdd4e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit cdd4e18

Please sign in to comment.