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 6d0304a commit 0d05f65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/upstream-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ jobs:
echo "${{ steps.updates.outputs.closed }}";
echo "## Agave Wiki";
echo "\`\`\`diff";
echo -e "${{ steps.updates.outputs.wiki }}";
echo "\`\`\`";
echo "\`\`\`diff";
${$(echo -e "${{ steps.updates.outputs.wiki }}")//\\/};
echo -e "${{ steps.updates.outputs.wiki }}" | tr -d \\;
echo "\`\`\`";
} >> output.md
Expand Down

0 comments on commit 0d05f65

Please sign in to comment.