diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 00f3267..9b30f9f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: run: | git config advice.addIgnoredFile false - git add -u outputs/ + git add outputs/ git commit -m "[ci skip] push back from pipeline" -q || echo "No changes to commit"