From b9e3e44e8c89ec6e9036260e48c492c66749240c Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Sun, 7 Nov 2021 03:21:22 +0100 Subject: [PATCH] Update mirror.yml removed git add --- .github/workflows/mirror.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index aefa80a02..d3fc468d9 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -89,7 +89,6 @@ jobs: if [[ $RET == 0 ]]; then git checkout -f "master" git rebase "remotes/svn/trunk" - git add .github/* && git commit -m "add workflow files" elif [[ $RET != 124 ]]; then echo "::set-output name=SVN_FETCH_STATUS::error" fi