Skip to content

Commit dc48c93

Browse files
authored
Update create-pr.yml
1 parent 97b5e36 commit dc48c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
base: gh-pages
27-
branch: ${{ github.event.workflow_run.outputs.branch_name }}
27+
branch: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.outputs.branch_name }}
2828
title: "Update badges.json"
2929
body: |
3030
This pull request updates `badges.json` with the latest release URLs.

0 commit comments

Comments
 (0)