Skip to content

Commit

Permalink
Change step id to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 26, 2024
1 parent 2610aab commit 682a907
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 @@ -66,7 +66,7 @@ runs:
- name: Determine new tag version from PR event
if: ${{ inputs.pr_body != '' && inputs.pr_number != ''}}
shell: sh
id: determine_next_tag
id: determine_next_tag_from_pr_event
# User controlled input needs to be santitised beforehand e.g., by adding an
# intermediate env var to prevent the workflow being exposed to a critical
# command injection attack
Expand Down

0 comments on commit 682a907

Please sign in to comment.