Skip to content

Commit

Permalink
GHA: Check Akamai git action
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Nov 15, 2023
1 parent c28a8f8 commit e4bd10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/akamai-purge-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
run: |
echo "${{ steps.prepare-urls.outputs.urls }}"
- name: Clear Cache
uses: jdmevo123/akamai-purge-action@962351e8415c03abe809a146403cb813c8dc3be4
uses: ducksify/action-akamai-purge@05dae3d7530b0ff183e8eba89a219ea66711696a
env:
EDGERC: ${{ secrets.EDGERC }}
with:
command: 'invalidate'
type: 'url'
ref: ${{ steps.prepare-urls.outputs.urls }}
network: 'production'
# network: 'production'
# - name: Remove .edgerc file
# if: ${{ always() }}
# run: |
Expand Down

0 comments on commit e4bd10f

Please sign in to comment.