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