-
-
Notifications
You must be signed in to change notification settings - Fork 61
29 lines (25 loc) · 846 Bytes
/
arch.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Arch Linux AUR Package Update
on:
workflow_run:
workflows: [cmake]
branches: [main]
types: [completed]
jobs:
publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Publish parallel-disk-usage to the AUR
uses: KSXGitHub/[email protected]
with:
pkgname: linux-wallpaperengine-git
pkgbuild: ./packaging/archlinux/PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Update AUR package
force_push: 'true'
test: true
test_flags: --clean --cleanbuild --nodeps --nobuild