Skip to content

Commit 692579c

Browse files
authored
Update observability GHA to point to new release (aws-observability#325)
*Issue #, if available:* *Description of changes:* Update application observability for AWS GHA to point back to the released version, following the v1.1.0 release. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 37e0cfc commit 692579c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/awsapm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# - https://github.com/anthropics/claude-code-action/issues/693
5656
- name: Prepare Investigation Context
5757
id: prepare
58-
uses: mxiamxia/application-observability-for-aws@main
58+
uses: aws-actions/application-observability-for-aws@v1
5959
with:
6060
bot_name: "@awsapm"
6161
cli_tool: "claude_code"
@@ -88,7 +88,7 @@ jobs:
8888
# Step 3: Post results back to GitHub issue/PR
8989
- name: Post Investigation Results
9090
if: always()
91-
uses: mxiamxia/application-observability-for-aws@main
91+
uses: aws-actions/application-observability-for-aws@v1
9292
with:
9393
cli_tool: "claude_code"
9494
comment_id: ${{ steps.prepare.outputs.awsapm_comment_id }}

0 commit comments

Comments
 (0)