From d9bf008dd22999fc2c3c7b898cf6c7433fae7423 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 14 Jul 2025 17:05:29 +0100 Subject: [PATCH] Complete the dashboard inception --- .github/workflows/report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index f91c5f64d..23799cc79 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -48,8 +48,8 @@ jobs: - name: Grab data files from last run working-directory: .ci/dashboard/src/data/ run: | - curl https://google.github.io/fonts/_file/data/servers.d9167fe6.json -o servers.json - curl https://google.github.io/fonts/_file/data/versionhistory.cab04ce9.json -o versionhistory.json + curl https://google.github.io/fonts/_file/data/servers.json -o servers.json + curl https://google.github.io/fonts/_file/data/versionhistory.json -o versionhistory.json - name: Write out secret run: echo "${{ secrets.GF_PUSH_CONFIG }}" | base64 -d > ~/.gf_push_config.ini - name: Update servers -- 2.47.2