mirror of
https://github.com/actions/setup-python.git
synced 2025-11-07 05:26:56 +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'
|
using: 'node24'
|
||||||
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 a new issue