We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646ab5a commit db79068Copy full SHA for db79068
.github/workflows/update-release-branch.yml
@@ -125,7 +125,7 @@ jobs:
125
printf 'duration=$duration\n' >> "$GITHUB_OUTPUT"
126
- name: Emit metrics
127
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
+ uses: awslabs/aws-kotlin-repo-tools/.github/actions/emit-metrics@main
129
with:
130
namespace: CI Metrics
131
dimensions: |
0 commit comments