Skip to content

Commit

Permalink
Update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Evans committed Oct 21, 2022
1 parent 72ced3a commit 659fae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 659fae5

Please sign in to comment.