1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 14:37:00 +09:00
This commit is contained in:
Ed Morley 2025-05-23 15:12:36 -07:00 committed by GitHub
commit fe892b6516
Signed by: github
GPG key ID: B5690EEEBB952194

View file

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