Update test command

This commit is contained in:
Peter Evans 2022-10-21 12:42:34 +09:00
parent 72ced3ac0a
commit 659fae59ed

View File

@ -66,7 +66,7 @@ jobs:
body="$(cat .github/multiline-content.md)"
delimiter="$(openssl rand -hex 8)"
echo "body<<$delimiter" >> $GITHUB_OUTPUT
echo $body >> $GITHUB_OUTPUT
echo "$body" >> $GITHUB_OUTPUT
echo $delimiter >> $GITHUB_OUTPUT
- name: Create comment