Skip to content

Commit 9fa128d

Browse files
committed
Revert "Update rebase_workflow.yml"
This reverts commit f5064f0.
1 parent f5064f0 commit 9fa128d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rebase_workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
app_id: ${{ secrets.GMODNET_GITHUB_BOT_ID }}
2727
private_key: ${{ secrets.GMODNET_GITHUB_BOT_KEY }}
28+
29+
- name: Configere Git User information
30+
run: |
31+
git config --global user.name "GmodNET GitHub Bot"
32+
git config --global user.email support@gmodnet.xyz
2833
2934
- name: Checkout
3035
env:

0 commit comments

Comments
 (0)