Description
The action fails when a commit is merged with quotes. This is due to how the json body is constructed in the request.
Suggested solution
Construct the json body without evaluating the string content of the message.
This can be closed when
Commit messages containing quotes for instance does not cause the bump action to fail
Description
The action fails when a commit is merged with quotes. This is due to how the json body is constructed in the request.
Suggested solution
Construct the json body without evaluating the string content of the message.
This can be closed when
Commit messages containing quotes for instance does not cause the bump action to fail