Skip to content

Commit a427af8

Browse files
committed
fix post if condition
1 parent c52b3f2 commit a427af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ runs:
44
using: 'node12'
55
main: 'dist/index.js'
66
post: 'dist/post.js'
7-
post-if: 'success'
7+
post-if: 'success()'

0 commit comments

Comments
 (0)