Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Jul 10, 2024
1 parent 9c75e56 commit af4713d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upstream-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
echo "${{ steps.updates.outputs.closed }}";
echo "## Agave Wiki";
echo "\`\`\`diff";
printf '%b\n' $(printf '%b\n' "${{ steps.updates.outputs.wiki }}");
printf '%b\n' "${{ steps.updates.outputs.wiki }}";
echo "\`\`\`";
echo "\`\`\`diff";
echo -e "${{ steps.updates.outputs.wiki }}";
echo "\`\`\`";
} >> output.md
Expand Down

0 comments on commit af4713d

Please sign in to comment.