Skip to content

Arch Linux AUR Package Update #2

Arch Linux AUR Package Update

Arch Linux AUR Package Update #2

Workflow file for this run

name: Arch Linux AUR Package Update
on:
workflow_run:
workflows: [cmake]
branches: [main]
types: [completed]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: ahmadnassri/action-workflow-run-wait@v1
- 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'