From 250fef70d110d46a2b04a3fdc00aa8966ab467d5 Mon Sep 17 00:00:00 2001 From: Angelyr Date: Thu, 24 Oct 2024 10:06:59 -0700 Subject: [PATCH] invert --- .github/actions/install-repo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-repo/action.yml b/.github/actions/install-repo/action.yml index 72217266..c307fed2 100644 --- a/.github/actions/install-repo/action.yml +++ b/.github/actions/install-repo/action.yml @@ -21,7 +21,7 @@ runs: key: build-${{inputs.repo-name}} path: ${{ runner.temp }}/build-${{inputs.repo-name}} - - if: ${{ steps[format('build-{0}', inputs.repo-name)].outputs.cache-hit }} + - if: ${{ !steps[format('build-{0}', inputs.repo-name)].outputs.cache-hit }} shell: bash run: echo "hello false"