chore: attempt to fix the commit issue

This commit is contained in:
Sekwah 2024-06-17 01:04:20 +01:00
parent f864785bea
commit f27170fe0c

View File

@ -58,6 +58,6 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "chore: pre-commit changes" || echo "No changes to commit"
git push
git push ${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}