Skip to content

Commit

Permalink
Fixing aws-nuke url
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Oct 8, 2024
1 parent 9a33a39 commit 13e2a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terragrunt_destroy_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:

terragrunt-destroy-dns:
delete-dev-environment:
if: |
always() &&
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install AWS nuke
run: |
mkdir bin
curl -Lo aws-nuke.tar.gz https://github.com/rebuy-de/aws-nuke/releases/download/v${{ env.AWS_NUKE_VERSION }}/aws-nuke-v${{ env.AWS_NUKE_VERSION }}-linux-amd64.tar.gz
curl -Lo aws-nuke.tar.gz https://github.com/ekristen/aws-nuke/releases/download/v${{ env.AWS_NUKE_VERSION }}/aws-nuke-v${{ env.AWS_NUKE_VERSION }}-linux-amd64.tar.gz
tar -xzf aws-nuke.tar.gz -C bin
chmod +x bin/*
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 13e2a83

Please sign in to comment.