Skip to content

Commit

Permalink
build(ci): Migrate to alternative AUR action
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Mar 17, 2024
1 parent 8305a3d commit 0ab0b99
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 121 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ jobs:
environment:
name: aur-update
runs-on: ubuntu-latest
container:
image: archlinux
options: --privileged
steps:
- name: AUR update
uses: TheWisker/aur-update@v1
- name: AUR update (hyprpanel)
uses: ATiltedTree/create-aur-release@v1.1.0
with:
aur_key: ${{ secrets.AUR_KEY }}
email: ${{ secrets.AUR_EMAIL }}
package_name: hyprpanel
ssh_private_key: ${{ secrets.AUR_KEY }}
commit_username: ${{ secrets.AUR_COMMIT_USER }}
commit_email: ${{ secrets.AUR_COMMIT_EMAIL }}
- name: AUR update (hyprpanel-bin)
uses: ATiltedTree/[email protected]
with:
package_name: hyprpanel-bin
ssh_private_key: ${{ secrets.AUR_KEY }}
commit_username: ${{ secrets.AUR_COMMIT_USER }}
commit_email: ${{ secrets.AUR_COMMIT_EMAIL }}
23 changes: 0 additions & 23 deletions aur/hyprpanel-bin/.SRCINFO

This file was deleted.

4 changes: 0 additions & 4 deletions aur/hyprpanel-bin/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions aur/hyprpanel-bin/PKGBUILD

This file was deleted.

21 changes: 0 additions & 21 deletions aur/hyprpanel/.SRCINFO

This file was deleted.

4 changes: 0 additions & 4 deletions aur/hyprpanel/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions aur/hyprpanel/PKGBUILD

This file was deleted.

0 comments on commit 0ab0b99

Please sign in to comment.