fix workflow ?
Some checks failed
Auto-update AUR / update-aur (push) Failing after 23s

This commit is contained in:
creations 2025-05-13 18:39:32 -04:00
parent 6cf1b770a7
commit 622ec88709
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -62,6 +62,9 @@ jobs:
- name: Push to AUR
run: |
git remote add aur ssh://aur@aur.archlinux.org/navithingy-git.git
git fetch aur master
git rebase aur/master
git add PKGBUILD .SRCINFO
if git diff --cached --quiet; then
echo "No changes to commit."
@ -69,3 +72,4 @@ jobs:
fi
git commit -m "Update to ${{ env.pkgver }}"
git push aur HEAD:master