mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-12 05:26:21 -04:00
ci(blocked_prs): fix multiline comment body in comment action
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
05356eff69
commit
c2b7b4c82a
4
.github/actions/create-comment/action.yml
vendored
4
.github/actions/create-comment/action.yml
vendored
@ -36,7 +36,9 @@ runs:
|
|||||||
echo "Reading comment file from ${COMMENT_FILE}"
|
echo "Reading comment file from ${COMMENT_FILE}"
|
||||||
comment_body="${comment_body}$(cat "$COMMENT_FILE")"
|
comment_body="${comment_body}$(cat "$COMMENT_FILE")"
|
||||||
fi
|
fi
|
||||||
echo "COMMENT_BODY=$comment_body" >> "$GITHUB_ENV"
|
echo 'COMMENT_BODY<<EOF' >> "$GITHUB_ENV"
|
||||||
|
echo "$comment_body" >> "$GITHUB_ENV"
|
||||||
|
echo 'EOF' >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Get Existing Comment Id
|
- name: Get Existing Comment Id
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user