From eefc11e18d9c5c5258637a5a1abeae6e5265346a Mon Sep 17 00:00:00 2001 From: Yusuf Ali Date: Sat, 10 Jan 2026 02:46:03 +0000 Subject: [PATCH] docs: update documentation --- .github/workflows/agent-markdown.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agent-markdown.yml b/.github/workflows/agent-markdown.yml index 768a462..2bd8f84 100644 --- a/.github/workflows/agent-markdown.yml +++ b/.github/workflows/agent-markdown.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - name: Send task to coding agent - uses: git.yusufali.ca/automation/action@main + uses: 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 diff --git a/README.md b/README.md index 8f2b5e8..0545929 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - name: Send task to coding agent - uses: git.yusufali.ca/automation/action@main + uses: 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 -- 2.49.1