From e72e3f0e0574b657ae3228c7babcab43712b2967 Mon Sep 17 00:00:00 2001 From: DGun Otto Date: Fri, 15 Dec 2023 21:15:03 +0800 Subject: [PATCH] Remove debug --- .github/workflows/automatic-update.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/automatic-update.yml b/.github/workflows/automatic-update.yml index 71038d3..fb44848 100644 --- a/.github/workflows/automatic-update.yml +++ b/.github/workflows/automatic-update.yml @@ -31,21 +31,14 @@ jobs: - name: Update purpurRef in DivineMC run: | cd DivineMC - echo "Before sed:" - cat gradle.properties sed -i "s/\(purpurRef\s*=\s*\).*/\1$PAPER_REF/" gradle.properties - echo "After sed:" - cat gradle.properties env: PAPER_REF: ${{ steps.purpurRef.outputs.purpurRef }} - name: Write to repository run: | cd DivineMC - echo "Current directory: $(pwd)" - git status git add gradle.properties - git status git config user.name "HaHaWTH" git config user.email 47356322+HaHaWTH@users.noreply.github.com git commit -m "Updated Upstream (Purpur)"