From 77bbc13077b56eee4a129233bc7d6c6a0de42cdd Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 15 Nov 2023 19:31:53 -0500 Subject: [PATCH] GHA: Create onw osx specific cache purge action --- .github/actions/akamai-purge-osx/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/akamai-purge-osx/action.yml b/.github/actions/akamai-purge-osx/action.yml index ed929b7b1..f02b6e256 100644 --- a/.github/actions/akamai-purge-osx/action.yml +++ b/.github/actions/akamai-purge-osx/action.yml @@ -29,11 +29,12 @@ runs: - name: Purge shell: bash run: | - akamai purge --edgerc ${HOME}/.edgerc --section ccu ${{ inputs.command }} ${{ inputs.network }} ${{ inputs.type }} ${{ inputs.ref }} + akamai purge --edgerc ~/.edgerc --section ccu ${{ inputs.command }} ${{ inputs.network }} ${{ inputs.type }} ${{ inputs.ref }} - name: Cleanup if: ${{ always() }} shell: bash run: | rm -f ~/.edgerc + akamai uninstall purge brew uninstall akamai brew uninstall go