Skip to content

Commit

Permalink
test body with newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
cardinalby committed Feb 13, 2022
1 parent b152160 commit 70774c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
shell: bash
run: |
echo "${{ steps.getByCommitSha.outputs.tag_name }}" &&
echo "${{ steps.getByCommitSha.outputs.body }}" &&
echo "${{ toJSON(steps.getByCommitSha.outputs.body) }}" &&
exit 1
- name: Get 1.1.1 release by commitSha
Expand Down

0 comments on commit 70774c5

Please sign in to comment.