From 028efb48cc9e537e4d6a8632fc1dfd2157c21f0a Mon Sep 17 00:00:00 2001 From: Jeremy Eder Date: Thu, 26 Mar 2026 16:21:30 -0400 Subject: [PATCH] Fix ambient-action project name to ambient-team The gps-ambient-action project doesn't exist. Use the existing ambient-team project. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ambient.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ambient.yml b/.github/workflows/ambient.yml index 4aac95e..3c9a8de 100644 --- a/.github/workflows/ambient.yml +++ b/.github/workflows/ambient.yml @@ -18,7 +18,7 @@ jobs: with: api-url: ${{ secrets.AMBIENT_API_URL }} api-token: ${{ secrets.AMBIENT_BOT_TOKEN }} - project: gps-ambient-action + project: ambient-team prompt: ${{ github.event.comment.body }} display-name: "Issue #${{ github.event.issue.number }}" repos: '[{"url": "https://github.com/${{ github.repository }}", "branch": "ambient/issue-${{ github.event.issue.number }}", "autoPush": true}]'