mirror of
https://github.com/Swatinem/rust-cache
synced 2025-08-11 15:50:56 +00:00
Remove third equal
This commit is contained in:
parent
17139b7a7d
commit
669cfd8474
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ runs:
|
||||||
using: "node12"
|
using: "node12"
|
||||||
main: "dist/restore/index.js"
|
main: "dist/restore/index.js"
|
||||||
post: "dist/save/index.js"
|
post: "dist/save/index.js"
|
||||||
post-if: "success() || env.INPUT_CACHE_ON_FAILURE === 'true'"
|
post-if: "success() || env.INPUT_CACHE_ON_FAILURE == 'true'"
|
||||||
branding:
|
branding:
|
||||||
icon: "archive"
|
icon: "archive"
|
||||||
color: "gray-dark"
|
color: "gray-dark"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue