We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b21d8 commit cd24930Copy full SHA for cd24930
forge/actions/setup/action.yml
@@ -67,7 +67,7 @@ runs:
67
USERNAME=$(echo "$SECRET" | jq -r .username)
68
PASSWORD=$(echo "$SECRET" | jq -r .password)
69
70
- if [[ "$USERNAME" == "null" || "$PASSWORD" == "null"]]; then
+ if [[ "$USERNAME" == "null" || "$PASSWORD" == "null" ]]; then
71
echo "Error: the docker provider secret must map secret values to 'username' and 'password'"
72
exit 1
73
fi
0 commit comments