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 d4d2bcb commit 9fb6dbcCopy full SHA for 9fb6dbc
.github/workflows/compatibility_check.yml
@@ -35,4 +35,4 @@ jobs:
35
git config --global user.name "GitHub Actions"
36
git add .
37
git commit -m "Update compatibility matrix and badges" -a || echo "No changes to commit"
38
- git push https://${MY_PERSONAL_TOKEN}@github.com/${{ github.repository }} HEAD:${{ github.ref_name }}
+ git push https://x-access-token:${MY_PERSONAL_TOKEN}@github.com/${{ github.repository }} HEAD:refs/heads/${{ github.ref_name }}
0 commit comments