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 74b0791 commit d415a30Copy full SHA for d415a30
action.yml
@@ -33,4 +33,4 @@ runs:
33
using: 'node12'
34
main: 'dist/setup/index.js'
35
post: 'dist/saveCache/index.js'
36
- post-if: inputs.cache != ''
+ post-if: inputs.cache != null
0 commit comments