mirror of
https://github.com/actions/cache.git
synced 2026-07-03 19:06:05 +00:00
Merge a84d3daa6e into 81382a721f
This commit is contained in:
commit
9c4a790bc8
@ -37,7 +37,7 @@ runs:
|
|||||||
using: 'node20'
|
using: 'node20'
|
||||||
main: 'dist/restore/index.js'
|
main: 'dist/restore/index.js'
|
||||||
post: 'dist/save/index.js'
|
post: 'dist/save/index.js'
|
||||||
post-if: "success() || github.event.inputs.save-always"
|
post-if: "success() || github.event.inputs.save-always == 'true' || github.event.inputs.save-always == true"
|
||||||
branding:
|
branding:
|
||||||
icon: 'archive'
|
icon: 'archive'
|
||||||
color: 'gray-dark'
|
color: 'gray-dark'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user