We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3679900 commit 7b3860eCopy full SHA for 7b3860e
1 file changed
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -66,8 +66,8 @@ pipeline:
66
-H "Authorization: token ${<+secrets.getValue('github-token')>}" \
67
-H "Content-Type: application/json" \
68
-d "{
69
- \"state\": \"$STATE\",
70
- \"description\": \"$DESCRIPTION\",
+ \"state\": \"${STATE}\",
+ \"description\": \"${DESCRIPTION}\",
71
\"context\": \"sonarqube/qualitygate\",
72
\"target_url\": \"https://sonar.harness.io/dashboard?id=python-client&pullRequest=${<+codebase.prNumber>}\"
73
}" \
0 commit comments