We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b5e36 commit dc48c93Copy full SHA for dc48c93
.github/workflows/create-pr.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
token: ${{ secrets.GITHUB_TOKEN }}
26
base: gh-pages
27
- branch: ${{ github.event.workflow_run.outputs.branch_name }}
+ branch: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.outputs.branch_name }}
28
title: "Update badges.json"
29
body: |
30
This pull request updates `badges.json` with the latest release URLs.
0 commit comments