From 1a01d58f688ea8edceda7c9e89607f58eb5eb8b1 Mon Sep 17 00:00:00 2001 From: Jeremy Eder Date: Thu, 26 Mar 2026 16:12:55 -0400 Subject: [PATCH] Fix ambient-action version tag to v0.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v2 tag doesn't exist yet — use the latest available release. 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 7751787..4aac95e 100644 --- a/.github/workflows/ambient.yml +++ b/.github/workflows/ambient.yml @@ -14,7 +14,7 @@ jobs: contains(fromJSON('["OWNER","MEMBER"]'), github.event.comment.author_association) runs-on: ubuntu-latest steps: - - uses: ambient-code/ambient-action@v2 + - uses: ambient-code/ambient-action@v0.0.2 with: api-url: ${{ secrets.AMBIENT_API_URL }} api-token: ${{ secrets.AMBIENT_BOT_TOKEN }}