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"