1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-07-07 01:35:59 +02:00
This commit is contained in:
Ed Morley 2025-06-30 15:42:06 +00:00 committed by GitHub
commit 2f413be479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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