Skip to content

Commit 9fb6dbc

Browse files
committed
Updated workflow
1 parent d4d2bcb commit 9fb6dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compatibility_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
git config --global user.name "GitHub Actions"
3636
git add .
3737
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 }}
38+
git push https://x-access-token:${MY_PERSONAL_TOKEN}@github.com/${{ github.repository }} HEAD:refs/heads/${{ github.ref_name }}

0 commit comments

Comments
 (0)