Skip to content

Commit

Permalink
Update action.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Sep 14, 2024
1 parent 98c8654 commit ac529f0
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 @@ -96,7 +96,7 @@ runs:

- name: Update PR with comment
uses: mshick/add-pr-comment@v2
if: always() && ${{ inputs.add-comment }}
if: always() && ${{ inputs.add-comment == 'true' }}
with:
refresh-message-position: true
message-id: "secrets-result"
Expand Down

0 comments on commit ac529f0

Please sign in to comment.