From 03eec5270c9c0b9defb0f2dae1371eabd12e86d0 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:59:37 +0200 Subject: [PATCH] Minor change --- .github/workflows/scripts-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scripts-testing.yml b/.github/workflows/scripts-testing.yml index 90648fa2..d86ac899 100644 --- a/.github/workflows/scripts-testing.yml +++ b/.github/workflows/scripts-testing.yml @@ -89,6 +89,7 @@ jobs: printf 'cache_is_outdated=%s\n' "${CACHE_IS_OUTDATED:?}" >> "${GITHUB_OUTPUT:?}" - name: "Delete outdated cache" if: "${{ steps.cache-action.outputs.cache-hit && steps.prepare-shells.outputs.cache_is_outdated == 'true' }}" + shell: bash run: | # Deleting outdated cache... gh extension install 'actions/gh-actions-cache' || exit "${?}"