Skip to content

Commit

Permalink
ci(preview): fix issue with removing label from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispymm committed Jan 9, 2025
1 parent 14d138e commit 085c80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch-preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
KUBE_CERT: ${{ secrets.KUBE_CERT }}
KUBE_TOKEN: ${{ secrets.KUBE_TOKEN }}
KUBE_CLUSTER: ${{ secrets.KUBE_CLUSTER }}
- uses: actions/checkout@v4
- name: Remove preview:active label
run: |
gh pr edit $PRNUM --remove-label "preview:active"
Expand Down

0 comments on commit 085c80b

Please sign in to comment.