From 152644847529a023ae1baa40ba8923a9ee0715ad Mon Sep 17 00:00:00 2001 From: Pravin Banjade Date: Wed, 28 Jun 2023 17:50:02 +0545 Subject: [PATCH] runner cache clear - devops branch --- .github/workflows/clean-runner-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-runner-cache.yml b/.github/workflows/clean-runner-cache.yml index 16e2a75c8b..accbb69be3 100644 --- a/.github/workflows/clean-runner-cache.yml +++ b/.github/workflows/clean-runner-cache.yml @@ -16,7 +16,7 @@ jobs: gh extension install actions/gh-actions-cache REPO=${{ github.repository }} - BRANCH="main" + BRANCH="devops" echo "Fetching list of cache key" cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH | cut -f 1 )