mirror of
https://github.com/actions/cache.git
synced 2026-08-07 00:00:20 +02:00
Update action.yml
Co-authored-by: Tomasz Janiszewski <[email protected]>
This commit is contained in:
co-authored by
Tomasz Janiszewski
parent
b1378c8403
commit
3b7dac1789
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user