diff --git a/.github/workflows/automate-metrics.yaml b/.github/workflows/automate-metrics.yaml index 59d64914..58c291f7 100644 --- a/.github/workflows/automate-metrics.yaml +++ b/.github/workflows/automate-metrics.yaml @@ -32,10 +32,10 @@ jobs: pip install google-analytics-data - name: Get and Write Metrics to JSON - run: python get_metrics.py + run: python get-metrics.py - name: Write Markdown File - run: python write_metrics_md.py + run: python write-metrics-md.py - name: Push Changes if: steps.Get-and-Write-Metrics.outputs == 1 # Conditional step execution diff --git a/.github/workflows/user_metrics.json b/.github/workflows/user_metrics.json new file mode 100644 index 00000000..1d4472df --- /dev/null +++ b/.github/workflows/user_metrics.json @@ -0,0 +1 @@ +{"Portal": 0, "Foundations": 0, "Cookbooks": 0} \ No newline at end of file diff --git a/.github/workflows/write_metrics_md.py b/.github/workflows/write-metrics-md.py similarity index 100% rename from .github/workflows/write_metrics_md.py rename to .github/workflows/write-metrics-md.py