This commit is contained in:
Blue 2024-02-04 13:51:16 -03:00
parent 8d82d340a4
commit fb843a1346
Signed by: blue
GPG Key ID: 9B203B252A63EE38
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ jobs:
working-directory: aur
run: |
git add PKGBUILD .SRCINFO
git commit -m "${{ gitea.event.release.body }}"
git commit -m "${{ gitea.event.release.body//\"/\\\" }}"
GIT_SSH_COMMAND="ssh -i ../key -o 'IdentitiesOnly yes' -o 'StrictHostKeyChecking no'" git push