mirror of
https://github.com/actions/cache.git
synced 2026-06-30 09:08:15 +00:00
Compare commits
2 Commits
7702d23b3d
...
ceb0139dad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ceb0139dad | ||
|
|
3b7dac1789 |
@ -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 New Issue
Block a user