mirror of https://github.com/actions/setup-python
Compare commits
2 Commits
51eb1a75a2
...
bbb08d7480
Author | SHA1 | Date |
---|---|---|
Ed Morley | bbb08d7480 | |
Ed Morley | db62d43a24 |
|
@ -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