initial commit
All checks were successful
Markdown Embedder / agent-embed-markdown (push) Successful in 47s
All checks were successful
Markdown Embedder / agent-embed-markdown (push) Successful in 47s
This commit is contained in:
21
.github/workflows/agent-markdown.yml
vendored
Normal file
21
.github/workflows/agent-markdown.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user