Files
nocodb/.github/workflows/nix-aiopusher.yml

17 lines
265 B
YAML

name: aiopusher
on:
workflow_dispatch:
workflow_call:
jobs:
aiopusher:
runs-on: nix
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Run AioPusher
run: nix run .#workflows.aiopusher