We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044e7f5 commit 38d390eCopy full SHA for 38d390e
.github/workflows/mend.yml
@@ -78,7 +78,7 @@ jobs:
78
echo "User Key is available"
79
fi
80
81
- java -jar wss-unified-agent.jar -noConfig true -wss.url $WS_URL -apiKey $WS_APIKEY_NGINX -userKey $WS_USERKEY -product $PRODUCT_NAME -project $PROJECT_NAME -d ./
+ java -jar wss-unified-agent.jar -noConfig true -wss.url $WS_URL -apiKey $WS_APIKEY_NGINX -userKey $WS_USER_KEY -product $PRODUCT_NAME -project $PROJECT_NAME -d ./
82
exit_code=$?
83
84
echo -e "\nEXIT CODE is: $exit_code\n"
0 commit comments