diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 035081a..792e61e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,6 +9,11 @@ jobs: deploy: runs-on: [ovh-vps-1, deploy, hiddenden] steps: + - name: mark repo as safe + shell: sh + run: | + git config --global --add safe.directory /appdata/Cozy-Den + - name: update code shell: sh run: |