mirror of https://github.com/actions/setup-python
Merge db62d43a24
into 0b93645e9f
This commit is contained in:
commit
22b04a8ef6
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue