Skip to content

Commit cf8ada0

Browse files
add success() condition
1 parent d415a30 commit cf8ada0

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 != null
36+
post-if: success()

0 commit comments

Comments
 (0)