Skip to content

Commit

Permalink
Revert "Remove empty stirng comparison"
Browse files Browse the repository at this point in the history
This reverts commit ad7a983.
  • Loading branch information
katybaulch committed Mar 26, 2024
1 parent 8053c40 commit c32db23
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 @@ -50,7 +50,7 @@ runs:
- uses: fregante/setup-git-user@v2

- name: Determine new tag version
if: ${{ inputs.pr_body && inputs.pr_number }}
if: ${{ inputs.pr_body == '' && inputs.pr_number == ''}}
shell: sh
id: determine_next_tag
# User controlled input needs to be santitised beforehand e.g., by adding an
Expand Down

0 comments on commit c32db23

Please sign in to comment.