Skip to content

Commit da6d5de

Browse files
remove braces
1 parent 85b8fb0 commit da6d5de

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
@@ -32,5 +32,5 @@ inputs:
3232
runs:
3333
using: 'node12'
3434
main: 'dist/setup/index.js'
35-
post-if: (inputs.cache && inputs.cache.trim())
3635
post: 'dist/cleanup/index.js'
36+
post-if: inputs.cache && inputs.cache.trim()

0 commit comments

Comments
 (0)