Skip to content

Commit

Permalink
Fix cleanup-deployments environment name (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbown authored Oct 1, 2024
1 parent 9fb04d3 commit 7a49044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,6 @@ jobs:
- uses: strumwolf/delete-deployment-environment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: ${{ github.ref != 'refs/heads/main' && 'docker-build-and-e2e' || '' }}
environment: docker-build-and-e2e
ref: ${{ github.ref_name }}
onlyRemoveDeployments: true

0 comments on commit 7a49044

Please sign in to comment.