Skip to content

Commit d415a30

Browse files
check post-if for null
1 parent 74b0791 commit d415a30

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
@@ -33,4 +33,4 @@ runs:
3333
using: 'node12'
3434
main: 'dist/setup/index.js'
3535
post: 'dist/saveCache/index.js'
36-
post-if: inputs.cache != ''
36+
post-if: inputs.cache != null

0 commit comments

Comments
 (0)