ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-05-29 00:57:35 +00:00
parent a41d880468
commit 891d786fd7
Generated
+1 -1
View File
@@ -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