Skip to content

Commit

Permalink
feat: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 8, 2024
1 parent 01a27a8 commit edf2d0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ jobs:
run: |
test_name="Test Multiline Output"
echo -e "${{ steps.test-action.outputs.app-build_multiline }}"
printf "%s\n" "${{ steps.test-action.outputs.app-build_multiline }}"
printf "%s\n" "${{ steps.test-action.outputs.app-build_multiline }}"
echo "${{ steps.test-action.outputs.app-build_multiline }}" | sed 's/\\n/\\\\n/g' | sed 's/\\\\/\\\\\\\\/g'

0 comments on commit edf2d0f

Please sign in to comment.