We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acff738 + 81a091b commit f2d1342Copy full SHA for f2d1342
1 file changed
.github/workflows/deploy-hato-bot.yml
@@ -55,6 +55,8 @@ jobs:
55
if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
56
needs: update-uv-version
57
steps:
58
+ - name: Start Workflow Telemetry
59
+ uses: dev-hato/actions-workflow-metrics@aac8cafcfe01b621be2bb42dcab34baa432c4e8e # v0.0.5
60
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
61
with:
62
fetch-depth: 0
0 commit comments