Switch to using @tryghost/action-trigger-metric

no issue

Was previously using a repo in sam-lord's personal Github.
This commit is contained in:
Sam Lord 2023-03-13 11:19:42 +00:00
parent 531e4ab1a9
commit 8b978b1eb3

View File

@ -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/'))