ci: auto-regenerate files
This commit is contained in:
2
action.yml
generated
2
action.yml
generated
@@ -1192,7 +1192,7 @@ runs:
|
|||||||
cd $METRICS_ACTION_PATH
|
cd $METRICS_ACTION_PATH
|
||||||
for DEPENDENCY in docker jq; do
|
for DEPENDENCY in docker jq; do
|
||||||
if ! which $DEPENDENCY > /dev/null 2>&1; then
|
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
|
MISSING_DEPENDENCIES=1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user