We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26f7a9 commit 5311492Copy full SHA for 5311492
.github/workflows/test-envs.yml
@@ -38,7 +38,7 @@ jobs:
38
if jq -e --arg env "$ENV_INPUT" 'index($env)' envs.json > /dev/null; then
39
echo "Environment is valid: $ENV_INPUT"
40
else
41
- echo "Error: Provided environment '$ENV_INPUT' is not valid. Allowed values are: $(jq -r '.[]' environments.json | paste -sd ',')"
+ echo "Error: Provided environment '$ENV_INPUT' is not valid. Allowed values are: $(jq -r '.[]' envs.json | paste -sd ',')"
42
exit 1
43
fi
44
0 commit comments