Skip to content

Commit

Permalink
Merge pull request #451 from rcmaehl/patch-1
Browse files Browse the repository at this point in the history
Update winget-badge-update.yml
  • Loading branch information
gnpaone authored Sep 3, 2024
2 parents 8e03d13 + 0c7f136 commit a2d0230
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/winget-badge-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ jobs:
with:
github-token: ${{ secrets.MSEdgeRedirect_PAT }}
number: ${{ steps.cpr.outputs.pull-request-number }}

- name: Delete PRs head branch
if: steps.cpr.outputs.pull-request-operation == 'created'
uses: dawidd6/action-delete-branch@v3
with:
github_token: ${{ secrets.MSEdgeRedirect_PAT }}
numbers: ${{ steps.cpr.outputs.pull-request-number }}

0 comments on commit a2d0230

Please sign in to comment.