mirror of
https://github.com/actions/cache.git
synced 2024-11-10 00:11:46 +01:00
fix-save-always
This commit is contained in:
parent
57b8e405f0
commit
a84d3daa6e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ runs:
|
|||
using: 'node20'
|
||||
main: 'dist/restore/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:
|
||||
icon: 'archive'
|
||||
color: 'gray-dark'
|
||||
|
|
Loading…
Reference in a new issue