Skip to content

✨ feat(utils): add docker cli as an alias to podman if p… #35

✨ feat(utils): add docker cli as an alias to podman if p…

✨ feat(utils): add docker cli as an alias to podman if p… #35

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 }}