Skip to content

CI action for master branch #1

CI action for master branch

CI action for master branch #1

Workflow file for this run

name: Mirroring
on:
push:
branches: [master, actions]
jobs:
to_aur:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
- uses: chaotic-aur/aur-master-sync-action@v1
with:
ssh_private_key: ${{ secrets. AUR_SSH_KEY }}