Skip to content

🔨 chore: use Podman instead of Docker #34

🔨 chore: use Podman instead of Docker

🔨 chore: use Podman instead of Docker #34

Workflow file for this run

name: Sync files
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run file sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}