From 8f9569c8e98114a9e4029094204892cf236bc2b5 Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Thu, 10 Oct 2024 16:25:10 +0800 Subject: [PATCH] test: update workflow --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ad8ab9d..92a0697 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -108,7 +108,7 @@ jobs: run: | git config --global user.name "gitea-actions[bot]" git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com" - chown -R root:root /root/.ssh + # chown -R root:root /root/.ssh - name: Clone, Commit and Push shell: bash if: HASH_MATCH==false