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 fc87d75 commit 9887bb2Copy full SHA for 9887bb2
1 file changed
.github/workflows/scripts/create_todo_issue/run
@@ -73,7 +73,6 @@ post_source_comment() {
73
local endpoint
74
local payload
75
local body
76
-
77
body="$1"
78
payload="{\"body\":$(printf '%s' "${body}" | jq -R -s -c .)}"
79
if [ "${SOURCE_TYPE}" = "pr" ]; then
0 commit comments