From 649d967963c7963a6296c49a65bd945873b9ecc1 Mon Sep 17 00:00:00 2001 From: blue Date: Sat, 30 Nov 2024 23:17:52 +0200 Subject: [PATCH] CI try 13 --- .gitea/workflows/aur.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/aur.yml b/.gitea/workflows/aur.yml index df05943..ef1df58 100644 --- a/.gitea/workflows/aur.yml +++ b/.gitea/workflows/aur.yml @@ -56,7 +56,7 @@ jobs: cd aur git config user.name ${{ secrets.DEPLOY_TO_AUR_USER_NAME }} git config user.email ${{ secrets.DEPLOY_TO_AUR_EMAIL }} - + git checkout -b master || git checkout master - name: Copy PKGBUILD to the directory run: cp lmdbal/packaging/Archlinux/PKGBUILD aur/ @@ -77,4 +77,4 @@ jobs: run: | git add PKGBUILD .SRCINFO git commit -m "${{ gitea.event.release.body }}" - GIT_SSH_COMMAND="ssh -i ../key -o 'IdentitiesOnly yes' -o 'StrictHostKeyChecking no'" git push + GIT_SSH_COMMAND="ssh -i ../key -o 'IdentitiesOnly yes' -o 'StrictHostKeyChecking no'" git push origin master