We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d1193 commit 5019014Copy full SHA for 5019014
1 file changed
scripts/review.sh
@@ -33,7 +33,7 @@ export COMMENT_FILE="/tmp/elementary-comment.md"
33
# Step 1: Elementary API generates the comment
34
PAYLOAD="{\"repository\": \"${REPOSITORY}\", \"branch\": \"${BRANCH}\""
35
if [ -n "${ELEMENTARY_ENV_ID:-}" ]; then
36
- PAYLOAD="${PAYLOAD}, \"env-id\": \"${ELEMENTARY_ENV_ID}\""
+ PAYLOAD="${PAYLOAD}, \"env_id\": \"${ELEMENTARY_ENV_ID}\""
37
fi
38
PAYLOAD="${PAYLOAD}}"
39
0 commit comments