From 45aabf0e70746c2139c27f7bccafde42eb3b261a Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Tue, 18 Nov 2025 15:52:16 +0200 Subject: [PATCH] chore: update readme to reference correct action name (#6) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc1561e..881fd7d 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ permissions: issues: write jobs: - start-coder-task: + coder-create-task: runs-on: ubuntu-latest if: github.event.label.name == 'coder' steps: - - name: Start Coder Task - uses: coder/start-coder-task@v0.0.2 + - name: Coder Create Task + uses: coder/create-task-action@v0 with: coder-url: ${{ secrets.CODER_URL }} coder-token: ${{ secrets.CODER_TOKEN }}