Compare commits

..

1 Commits

Author SHA1 Message Date
to-s
7702d23b3d
Merge b1378c8403 into 704facf57e 2023-09-13 13:22:40 +00:00

View File

@ -37,7 +37,7 @@ runs:
using: 'node16'
main: 'dist/restore/index.js'
post: 'dist/save/index.js'
post-if: "github.event.inputs.save-always"
post-if: "success() || github.event.inputs.save-always"
branding:
icon: 'archive'
color: 'gray-dark'