Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db79068

Browse files
authoredMar 4, 2025··
fix: correctly reference **emit-metrics** action (#1545)
1 parent 646ab5a commit db79068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/update-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
printf 'duration=$duration\n' >> "$GITHUB_OUTPUT"
126126
- name: Emit metrics
127127
if: always() # run this step even if previous steps failed or the job is canceled
128-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/emit-metrics
128+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/emit-metrics@main
129129
with:
130130
namespace: CI Metrics
131131
dimensions: |

0 commit comments

Comments
 (0)
Please sign in to comment.