From: Simon Cozens Date: Mon, 14 Jul 2025 16:05:29 +0000 (+0100) Subject: Complete the dashboard inception X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F9671%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git Complete the dashboard inception --- 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