We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7676087 commit e83e6f1Copy full SHA for e83e6f1
.github/actions/setup-ci/action.yaml
@@ -52,3 +52,12 @@ runs:
52
run: |
53
cat config.json | jq -r '.rateLimiting = {enabled: true, nodes: 6, serviceUserArn: "arn:aws:iam::123456789013:root"}' > config.json.new
54
mv config.json.new config.json
55
+ - name: Collect Workflow Telemetry
56
+ # uses: catchpoint/workflow-telemetry-action@v2
57
+ # Use a fork that fixes chart issue
58
+ # https://github.com/catchpoint/workflow-telemetry-action/pull/98
59
+ uses: whywaita/workflow-telemetry-action@use_quickchart
60
+ with:
61
+ theme: dark
62
+ comment_on_pr: false
63
+ proc_trace_chart_show: false
0 commit comments