From 2966d0e0585662c1d1bf3f8d1e915205fbdbbaad Mon Sep 17 00:00:00 2001 From: linguist <22963968+lowlighter@users.noreply.github.com> Date: Thu, 31 Dec 2020 13:33:29 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 29b27847..7fb57037 100644 --- a/action.yml +++ b/action.yml @@ -368,7 +368,7 @@ runs: echo "Running on $METRICS_SOURCE/metrics@$METRICS_REF" # If using official action, run docker image from GitHub registry - if [[ $METRICS_SOURCE == "lowlighter" ]]; then + if [[ $METRICS_SOURCE == "lowlighter-test-forks" ]]; then echo "Running docker image from GitHub registry" docker run ghcr.io/lowlighter/metrics:$METRICS_REF # On forked actions, rebuild the docker image instead