fix-save-always
This commit is contained in:
parent
57b8e405f0
commit
a84d3daa6e
|
@ -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 New Issue