Skip to content

Commit 30f503f

Browse files
authored
Update awsapm workflow with the official acion (#272)
*Description of changes:* Update awsapm workflow with the official Application Observability action - https://github.com/marketplace/actions/application-observability-for-aws 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 6a2db3b commit 30f503f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/awsapm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Step 1: Prepare AWS MCP configuration and investigation prompt
5454
- name: Prepare Investigation Context
5555
id: prepare
56-
uses: mxiamxia/aws-apm-action@action-basedline
56+
uses: aws-actions/application-observability-for-aws@v1
5757
with:
5858
bot_name: "@awsapm"
5959
cli_tool: "claude_code"
@@ -72,7 +72,7 @@ jobs:
7272
# Step 3: Post results back to GitHub issue/PR (reuse the same action)
7373
- name: Post Investigation Results
7474
if: always() # Run even if Claude step fails
75-
uses: mxiamxia/aws-apm-action@action-basedline
75+
uses: aws-actions/application-observability-for-aws@v1
7676
with:
7777
bot_name: "@awsapm"
7878
cli_tool: "claude_code"

0 commit comments

Comments
 (0)