Skip to content

Commit

Permalink
Fix bug in post-run script
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Feb 17, 2024
1 parent 9f53969 commit 948df73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ runs:
using: node20
main: main.js
post: post.js
post-if: success() || ${{ inputs.always == 'true' }}
post-if: success() || inputs.always == 'true'

0 comments on commit 948df73

Please sign in to comment.