From 7b7cdfce43888fe306377a0a4928247bf6ba829f Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 15 Nov 2023 19:28:42 -0500 Subject: [PATCH] GHA: Create onw osx specific cache purge action --- .github/actions/akamai-purge-osx/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/akamai-purge-osx/action.yml b/.github/actions/akamai-purge-osx/action.yml index 9dc1236ac..ed929b7b1 100644 --- a/.github/actions/akamai-purge-osx/action.yml +++ b/.github/actions/akamai-purge-osx/action.yml @@ -22,7 +22,7 @@ runs: - name: Setup shell: bash run: | - echo -e "${EDGERC}" > ${HOME}/.edgerc + echo -e "${EDGERC}" > ~/.edgerc brew install go brew install akamai akamai install purge @@ -34,6 +34,6 @@ runs: if: ${{ always() }} shell: bash run: | - rm -f ${HOME}/.edgerc + rm -f ~/.edgerc brew uninstall akamai brew uninstall go