Skip to content

Commit a907dff

Browse files
authored
use curl
1 parent 411e54d commit a907dff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/automate-metrics.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
pip install google-analytics-data
3030
3131
- name: Get and Write Metrics to JSON
32-
run: python get-metrics.py
32+
run: |
33+
curl -O https://raw.githubusercontent.com/jukent/projectpythia.github.io/metrics-api/.github/workflows/get-metrics.py
34+
python get_metrics.py
3335
3436
- name: Write Markdown File
3537
run: python write-metrics-md.py

0 commit comments

Comments
 (0)