This action let you run build-pacman-repo
within an Arch Linux docker container.
Required.
Command to run.
on:
push:
branch: master
jobs:
build-pacman-repo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pacman-repo-builder/action@<TAG>
with:
command: build-pacman-repo build
Note: Replace <TAG>
in the above code snippet with a tag of this repository.
Note: Make sure that a manifest file exists before running build
.
Go to pacman-repo-builder/pacman-repo-builder.