This commit is contained in:
Ed Morley 2024-10-07 12:30:25 -04:00 committed by GitHub
commit bbb08d7480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ runs:
using: 'node20' using: 'node20'
main: 'dist/setup/index.js' main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js' post: 'dist/cache-save/index.js'
post-if: success() post-if: 'success() && github.event.inputs.cache'
branding: branding:
icon: 'code' icon: 'code'
color: 'yellow' color: 'yellow'