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.
2 parents 7c6cf9d + 88f43b3 commit 4296e82Copy full SHA for 4296e82
.github/workflows/browserlist.yml
@@ -67,7 +67,7 @@ jobs:
67
pr_title: 'perf(browserlist): Deliver the Browserslist DB update'
68
pr_body: ':crown: *An automated PR from the Browserlist workflow*'
69
source_branch: ${{ env.GH_BROWSERLIST_BRANCH }}
70
- destination_branch: ${{ env.GITHUB_REF_NAME }}
+ destination_branch: ${{ github.event.repository.default_branch }}
71
github_token: ${{ secrets.GITHUB_TOKEN }}
72
# - name: Log a message there is anything to commit
73
# if: steps.auto-commit.outputs.changes_detected == 'true'
0 commit comments