From 5f793165d236c872cebb36f290af09f4d6535870 Mon Sep 17 00:00:00 2001 From: StageGuard <1355416608@qq.com> Date: Tue, 20 Apr 2021 14:53:28 +0800 Subject: [PATCH] Update workflow --- .github/workflows/syncToGitee.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/syncToGitee.yml b/.github/workflows/syncToGitee.yml index e98b648..055b719 100644 --- a/.github/workflows/syncToGitee.yml +++ b/.github/workflows/syncToGitee.yml @@ -15,7 +15,6 @@ jobs: if: github.actor == 'StageGuard' run: | git show -s --format=%H > gitVersion - git add gitVersion - name: Push commit uses: EndBug/add-and-commit@v7.1.2 if: github.actor == 'StageGuard'