omng
Some checks failed
Auto-update AUR / update-aur (push) Failing after 25s

This commit is contained in:
creations 2025-05-13 18:45:44 -04:00
parent 7681bb4e79
commit 55310dab56
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -67,10 +67,18 @@ jobs:
- name: Push to AUR
run: |
git add PKGBUILD .SRCINFO
git remote add aur ssh://aur@aur.archlinux.org/navithingy-git.git
git fetch aur master
git rebase aur/master
git reset
git add PKGBUILD .SRCINFO navithingy-git.install
if git diff --cached --quiet; then
echo "No changes to commit."
exit 0
fi
git commit -m "Update to ${{ env.pkgver }}"
git push aur HEAD:master