Files
embed-issues/.github/workflows/agent-markdown.yml
Yusuf Ali 864958ee45
All checks were successful
Markdown Embedder / agent-embed-markdown (push) Successful in 47s
initial commit
2026-01-10 04:59:24 +00:00

21 lines
534 B
YAML

name: Markdown Embedder
on:
workflow_dispatch:
push:
branches:
- main
paths:
- '**.md'
jobs:
agent-embed-markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Send task to coding agent
uses: https://git.yusufali.ca/actions/embed-markdown@main
with:
api_url: ${{ secrets.AGENT_API_URL }} # default: https://api.servc.io
api_token: ${{ secrets.AGENT_TOKEN }} # optional, required for authenticated API calls
debug: false