Skip to content

Commit 2248a7a

Browse files
test new action post-if variant
1 parent da6d5de commit 2248a7a

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/cleanup/index.js'
36-
post-if: inputs.cache && inputs.cache.trim()
36+
post-if: inputs.cache != ''

0 commit comments

Comments
 (0)