Skip to content

Commit 4545190

Browse files
committed
fix: correctly reference **emit-metrics** action
1 parent 646ab5a commit 4545190

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)