From 2331022fc130e383d501602228bf55e12a9ee3db Mon Sep 17 00:00:00 2001 From: "Dylan T." Date: Sat, 16 Nov 2024 01:33:15 +0000 Subject: [PATCH] Why tf is this here --- .github/workflows/pocketmine-mp-branch-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pocketmine-mp-branch-sync.yml b/.github/workflows/pocketmine-mp-branch-sync.yml index 63b523f..e1c5455 100644 --- a/.github/workflows/pocketmine-mp-branch-sync.yml +++ b/.github/workflows/pocketmine-mp-branch-sync.yml @@ -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)