Skip to content

Commit

Permalink
fix: push to head
Browse files Browse the repository at this point in the history
  • Loading branch information
RadioNoiseE committed Dec 10, 2024
1 parent a8db274 commit 8e3ffcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
python3 make.py batch
- name: Commit and Push Changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "chore: automated publish" || echo "no changes to commit"
git push
git push origin HEAD:main

0 comments on commit 8e3ffcb

Please sign in to comment.