From 9cee5c5acadf3f664b045c93ff31993403ec3aa4 Mon Sep 17 00:00:00 2001 From: Martin Petr Date: Sat, 29 Nov 2025 22:15:22 +0100 Subject: [PATCH] Update .gitea/workflows/build-iso.yml --- .gitea/workflows/build-iso.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build-iso.yml b/.gitea/workflows/build-iso.yml index 0eb41ad..5a1a79d 100644 --- a/.gitea/workflows/build-iso.yml +++ b/.gitea/workflows/build-iso.yml @@ -43,9 +43,6 @@ jobs: - name: Commit and push to Lints-release repo run: | - git config user.name "GitHub Actions" - git config user.email "github-actions@github.com" - git remote add target_repo https://git.martinpetr.dev/marti/Lints-release.git - git add -f out/lints.iso - git commit -m "Automated commit from build workflow" || echo "No changes to commit" - git push target_repo main + tea add marti/Lints-release + tea commit -m "Automated commit from build workflow" || echo "No changes to commit" + tea push marti/Lints-release main