Skip to content

Commit 7c66d28

Browse files
remove post-if
1 parent 911e913 commit 7c66d28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ inputs:
3232
runs:
3333
using: 'node12'
3434
main: 'dist/setup/index.js'
35-
post: 'dist/cleanup/index.js'
36-
post-if: inputs.cache != ''
35+
post: 'dist/cleanup/index.js'

0 commit comments

Comments
 (0)