3
0
Fork 0
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:
Tom Parker-Shemilt 2021-06-27 17:54:34 +01:00
parent 17139b7a7d
commit 669cfd8474

View file

@ -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"