mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-07-07 09:45:59 +02:00
Merge d653820ff6
into 1264885983
This commit is contained in:
commit
2f413be479
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue