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 9c1a4d7 commit 2f746a3Copy full SHA for 2f746a3
.github/workflows/precommitVersionBumps.yml
@@ -100,4 +100,4 @@ jobs:
100
git config --local user.name "GitHub Action"
101
git add .pre-commit-config.yaml
102
git commit -m "chore: [gh] version bumps in .pre-commit-config.yaml [skip ci]"
103
- git push https://${{ secrets.PAT }}@github.com/${{ github.repository }}.git HEAD:next
+ git push https://${{ secrets.PAT }}@github.com/${{ github.repository }}.git HEAD:alpha
0 commit comments