We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13c8c8 commit 59fd4e8Copy full SHA for 59fd4e8
.github/workflows/pr-cleanup.yaml
@@ -71,10 +71,3 @@ jobs:
71
run: |
72
set -euxo pipefail
73
kubectl delete certificate "pr${{ steps.pr_number.outputs.PR_NUMBER }}-tls" -n pr-deployment-certs || echo "certificate not found"
74
-
75
- - name: Delete PR Comments
76
- uses: izhangzhihao/delete-comment@master
77
- with:
78
- github_token: ${{ secrets.GITHUB_TOKEN }}
79
- delete_user_name: github-actions[bot]
80
- issue_number: ${{ github.event.number }}
0 commit comments