Skip to content

Commit

Permalink
github.event_name updated
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Feb 7, 2024
1 parent c9f70d1 commit bea7e25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Debug EVENT_NAME
run: |
echo "EVENT_NAME is: $EVENT_NAME"
echo "EVENT_NAME is: ${{ env.EVENT_NAME }}"
echo "EVENT_NAME is: ${{ github.event_name }}"
env.EVENT_NAME
echo "Comparing EVENT_NAME to 'workflow_dispatch'"
if [ "$EVENT_NAME" == 'workflow_dispatch' ]; then
Expand Down

0 comments on commit bea7e25

Please sign in to comment.