Compare commits

..

2 Commits

Author SHA1 Message Date
to-s
ceb0139dad
Merge 3b7dac1789 into 704facf57e 2023-11-06 06:23:40 +00:00
to-s
3b7dac1789
Update action.yml
Co-authored-by: Tomasz Janiszewski <janiszt@gmail.com>
2023-11-06 07:23:38 +01:00

View File

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