mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-22 03:26:42 +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"
|
||||
main: "dist/restore/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:
|
||||
icon: "archive"
|
||||
color: "gray-dark"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue