From ba3e5d920201cfbcf98d425a357d7b910715540f Mon Sep 17 00:00:00 2001 From: Arlind-dev Date: Wed, 17 Sep 2025 18:31:49 +0200 Subject: [PATCH] hs --- .gitattributes | 0 .gitea/workflows/ci.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .gitattributes 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"