Skip to content

Commit

Permalink
Update debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarwillymc committed Jan 19, 2024
1 parent 776a74f commit 35022a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Set RELEASE_NOTE
id: set_release_note
run: |
RELEASE_NOTE=if [[ ${{ inputs.releaseNotes }} == "" ]]; then
RELEASE_NOTE=if [[ "${{ inputs.releaseNotes }}" == "" ]]; then
$(cat release_notes.txt)
else
${{inputs.releaseNotes}}
Expand Down

0 comments on commit 35022a8

Please sign in to comment.