mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Merge d653820ff6
into e348410e00
This commit is contained in:
commit
a7dc8788dd
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue