This commit is contained in:
parent
6cf1b770a7
commit
622ec88709
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,9 @@ jobs:
|
||||||
- name: Push to AUR
|
- name: Push to AUR
|
||||||
run: |
|
run: |
|
||||||
git remote add aur ssh://aur@aur.archlinux.org/navithingy-git.git
|
git remote add aur ssh://aur@aur.archlinux.org/navithingy-git.git
|
||||||
|
git fetch aur master
|
||||||
|
git rebase aur/master
|
||||||
|
|
||||||
git add PKGBUILD .SRCINFO
|
git add PKGBUILD .SRCINFO
|
||||||
if git diff --cached --quiet; then
|
if git diff --cached --quiet; then
|
||||||
echo "No changes to commit."
|
echo "No changes to commit."
|
||||||
|
@ -69,3 +72,4 @@ jobs:
|
||||||
fi
|
fi
|
||||||
git commit -m "Update to ${{ env.pkgver }}"
|
git commit -m "Update to ${{ env.pkgver }}"
|
||||||
git push aur HEAD:master
|
git push aur HEAD:master
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue