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 9bf9cc8 commit 165bff0Copy full SHA for 165bff0
.github/workflows/update-release-branch.yml
@@ -126,7 +126,7 @@ jobs:
126
run: |
127
printf -v now '%(%s)T'
128
duration=$(( now - ${{ steps.start.outputs.timestamp }} ))
129
- printf 'duration=$duration\n' >> "$GITHUB_OUTPUT"
+ echo "duration=$duration" >> "$GITHUB_OUTPUT"
130
- name: Emit metrics
131
if: always() # run this step even if previous steps failed or the job is canceled
132
uses: awslabs/aws-kotlin-repo-tools/.github/actions/emit-metrics@main
0 commit comments