From 8b978b1eb3b1d52cd2fa618b18b662a365229f1e Mon Sep 17 00:00:00 2001 From: Sam Lord Date: Mon, 13 Mar 2023 11:19:42 +0000 Subject: [PATCH] Switch to using @tryghost/action-trigger-metric no issue Was previously using a repo in sam-lord's personal Github. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d88a5a8d7..fca8f90232 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -245,7 +245,7 @@ jobs: # Report time taken to metrics service # Continue on error if previous TailScale step fails - - uses: sam-lord/action-trigger-metric@main + - uses: tryghost/action-trigger-metric@main timeout-minutes: 1 continue-on-error: true if: (github.event_name == 'push' && github.repository_owner == 'TryGhost') || (github.event_name == 'pull_request' && startsWith(github.head_ref, 'TryGhost/'))