From 969ecc145066899957a030d63f216b2b412cd3bf Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 27 Oct 2023 20:30:22 +0200 Subject: [PATCH] Merge changes from https://github.com/hydephp/develop/pull/1402 Manual merge, as token does not have permission to edit workflows. --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 49844181..b8c54efe 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -61,5 +61,5 @@ jobs: - name: Ping statistics server with test results run: | cd hyde - curl https://github.com/raw/hydephp/develop/cfbf8fb97505359266f849edef4757ae76a922b5/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php + curl https://github.com/raw/hydephp/develop/6e9d17f31879f4ccda13a3fec4029c9663bccec0/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php php ping.php "Framework CI Matrix" ${{ secrets.OPENANALYTICS_TOKEN }}