Skip to content

Commit

Permalink
(crystal-manyrepos/root#)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 committed May 3, 2024
1 parent b5a4bb1 commit 7eadd15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Update Merge Commit Message
shell: bash
run: |
git config --global user.name "George Dietrich"
git config --global user.email "dev@dietrich.pub"
git commit --allow-empty --amend -m "${{ github.event.pull_request.title }} (crystal-manyrepos/root#${{ github.event.pull_request.number }})"
git push --force-with-lease
- name: Sync Repos
Expand Down

0 comments on commit 7eadd15

Please sign in to comment.