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 da6d5de commit 2248a7aCopy full SHA for 2248a7a
action.yml
@@ -33,4 +33,4 @@ runs:
33
using: 'node12'
34
main: 'dist/setup/index.js'
35
post: 'dist/cleanup/index.js'
36
- post-if: inputs.cache && inputs.cache.trim()
+ post-if: inputs.cache != ''
0 commit comments