We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532b046 commit 262ac43Copy full SHA for 262ac43
action.yml
@@ -42,7 +42,7 @@ runs:
42
using: 'node20'
43
main: 'dist/setup/index.js'
44
post: 'dist/cache-save/index.js'
45
- post-if: success()
+ post-if: 'success() && github.event.inputs.cache'
46
branding:
47
icon: 'code'
48
color: 'yellow'
0 commit comments