mirror of
https://github.com/actions/setup-python.git
synced 2025-11-06 21:16:57 +00:00
Compare commits
2 commits
6d41c00029
...
03730e937d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03730e937d | ||
|
|
262ac43476 |
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ runs:
|
|||
using: 'node24'
|
||||
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue