From 0122df3064945101529f60891f5c81908c0dbf12 Mon Sep 17 00:00:00 2001 From: Angelyr Date: Thu, 24 Oct 2024 09:33:12 -0700 Subject: [PATCH] if true --- .github/actions/install-repo/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-repo/action.yml b/.github/actions/install-repo/action.yml index 647ff2fa..878d7b5e 100644 --- a/.github/actions/install-repo/action.yml +++ b/.github/actions/install-repo/action.yml @@ -21,11 +21,11 @@ runs: key: build-${{inputs.repo-name}} path: ${{ runner.temp }}/build-${{inputs.repo-name}} - - if: ${{format(steps.build-kokkos.outputs.cache-hit, inputs.repo-name) == 'true'}} + - if: ${{ 'steps.build-kokkos.outputs.cache-hit' == 'true'}} shell: bash run: echo "hello false" - - if: ${{format(steps.build-kokkos.outputs.cache-hit, inputs.repo-name) == 'true'}} + - if: ${{ 'steps.build-kokkos.outputs.cache-hit' == 'true'}} shell: bash run: echo "hello true"