Skip to content

Commit

Permalink
Use proper escaping for backticks.
Browse files Browse the repository at this point in the history
  • Loading branch information
crud89 authored Jun 18, 2024
1 parent 652c118 commit 4af3826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
working-directory: "${{ github.workspace }}/out/build/${{ matrix.configuration }}"
run: |
test_results=$(cat Testing/Temporary/LastTest.log)
echo "summary<<EOF"$'\n'"# Test Results 🧪"$'\n'"```"$'\n'"$test_results"$'\n'"```"$'\n'EOF >> "$GITHUB_OUTPUT"
echo "summary<<EOF"$'\n'"# Test Results 🧪"$'\n```\n'"$test_results"$'\n```'$'\n'EOF >> "$GITHUB_OUTPUT"
- name: Upload test results
if: success() || failure()
Expand Down

0 comments on commit 4af3826

Please sign in to comment.