Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robproject committed Oct 22, 2023
1 parent 4da8a75 commit 7c57116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.event_name == 'pull_request'
run: |
pip install ansi2html
cat diff_output | ansi2html > diff_output.html
cat diff_output.txt | ansi2html > diff_output.html
sudo apt install -y pup
pup 'body' < diff_output.html > body_content.html
Expand Down

0 comments on commit 7c57116

Please sign in to comment.