From 891d786fd77ba824f751348bc2b159ea24b30d29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 May 2022 00:57:35 +0000 Subject: [PATCH] ci: auto-regenerate files --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ef07f3d7..cc65b903 100644 --- a/action.yml +++ b/action.yml @@ -1192,7 +1192,7 @@ runs: cd $METRICS_ACTION_PATH for DEPENDENCY in docker jq; do if ! which $DEPENDENCY > /dev/null 2>&1; then - echo '::error::"$DEPENDENCY" is not installed on current runner but is needed to run metrics' + echo "::error::\"$DEPENDENCY\" is not installed on current runner but is needed to run metrics" MISSING_DEPENDENCIES=1 fi done