Skip to content

Commit

Permalink
fix delete namespace typo
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent 930ede0 commit 291d1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm_pr_deployment_delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Delete Kubernetes namespace
run: |
kubectl delete namespace pr${{ github.event.pull_request.number }}
kubectl delete namespace artemis-pr${{ github.event.pull_request.number }}

0 comments on commit 291d1c5

Please sign in to comment.