Skip to content

Commit

Permalink
Why tf is this here
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 16, 2024
1 parent 477ca55 commit 2331022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pocketmine-mp-branch-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set Git config
run: |
git config user.name '${{ steps.token.outputs.app-slug }}[bot]'
git config user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.token.outputs.app-slug }}[bot]@users.noreply.github.com>'
git config user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.token.outputs.app-slug }}[bot]@users.noreply.github.com'
- name: Merge "stable" into "minor-next" and push changes
if: contains(fromJSON('["minor-next", "*"]'), steps.choice.outputs.branch)
Expand Down

0 comments on commit 2331022

Please sign in to comment.