Merge 262ac434762ddbce0d3ac076a17d4397e2fce221 into 9322b3ca74000aeb2c01eb777b646334015ddd72

This commit is contained in:
Ed Morley 2025-08-08 17:45:49 -04:00 committed by GitHub
commit 993b099b6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,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'