Skip to content

Commit

Permalink
Remove event
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Jun 15, 2024
1 parent 88b49c9 commit d536a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
steps:
- name: Get current workflow file
id: get-workflow
run: echo "workflow_file=${{ github.event.workflow }}" >> $GITHUB_OUTPUT
run: echo "workflow_file=${{ github.workflow }}" >> $GITHUB_OUTPUT
shell: bash

- name: Check parameters
Expand Down

0 comments on commit d536a51

Please sign in to comment.