mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 02:02:53 +01:00
Update action.yml
Co-authored-by: Tomasz Janiszewski <janiszt@gmail.com>
This commit is contained in:
parent
b1378c8403
commit
3b7dac1789
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue