From f96796705d1472d509841987e46e7266467fe43b Mon Sep 17 00:00:00 2001 From: Felix <29801805+ImGxrke@users.noreply.github.com> Date: Thu, 30 May 2024 03:41:12 +0200 Subject: [PATCH] Uncomment git push --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b83ab550c..1138bc7a5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -51,8 +51,8 @@ jobs: - name: Pull upstream master branch run: git pull upstream master - # - name: Push to GitHub - # run: git push + - name: Push to GitHub + run: git push - name: Apply Patches if: ${{ inputs.paperclip == true }}