1
0
forked from blue/lmdbal

CI try 13

This commit is contained in:
Blue 2024-11-30 23:17:52 +02:00
parent 5670453314
commit 649d967963
Signed by untrusted user: blue
GPG Key ID: 9B203B252A63EE38

View File

@ -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