Skip to content

GChat announcement cURL command is malformed #75

@jzheaux

Description

@jzheaux

The GChat cURL command has a stray quote mark as well as backticks that cause the version number to be interpreted as a command:

curl -X POST "${WEBHOOK_URL}" -H 'Content-Type: application/json' -d "{ "text": "${ANNOUNCING_ID}" ${VERSION} is available now" }" || true

We should remove the stray tick and update the command so that the backticks are added outside of the JSON expression.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions