Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/ai-coder/github-to-tasks.md
Co-authored-by: Danielle Maywood <danielle@themaywoods.com>
  • Loading branch information
david-fraley and DanielleMaywood authored Nov 25, 2025
commit 827ff69503cc06c83b4f458180eda0baee205a69
2 changes: 1 addition & 1 deletion docs/ai-coder/github-to-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: github.event.label.name == 'coder'
steps:
- name: Coder Create Task
uses: coder/create-coder-task@v0
uses: coder/create-task-action@v0
with:
coder-url: ${{ secrets.CODER_URL }}
coder-token: ${{ secrets.CODER_TOKEN }}
Expand Down
Loading