From 41126e490b4a97732f59d4e4ec0b2cdf987590a6 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Wed, 8 Nov 2023 05:26:17 +0000 Subject: [PATCH] ci: fix build_ci_img workflow slash --- .github/workflows/build_ci_img.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_ci_img.yml b/.github/workflows/build_ci_img.yml index b96eb8f321..035bfa544c 100644 --- a/.github/workflows/build_ci_img.yml +++ b/.github/workflows/build_ci_img.yml @@ -31,7 +31,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh extension install actions/gh-actions-cache - gh actions-cache delete image-cache-${{ runner.os }} + gh actions-cache delete image-cache-${{ runner.os }} \ -R ${{ github.repository }} \ -B ${{ github.ref_name }} \ --confirm || true