Skip to content

Sync from AUR

Sync from AUR #762

Workflow file for this run

name: Sync from AUR
on:
schedule:
- cron: "0 */2 * * *"
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Configure git
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Sync AUR branches
run: bash .github/scripts/sync-from-aur.sh --push