Skip to content

Commit

Permalink
Update paper-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Feb 27, 2024
1 parent 73d17cd commit 632766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/paper-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: cloc --quiet --report-file=cloc-results.txt ${{ github.workspace }}
- name: Post results
run: |
echo -e "```\n$(cat cloc-results.txt)" > cloc-results.txt
echo -e "```\nSoftware report:\n\n$(cat cloc-results.txt)" > cloc-results.txt
echo "\n```" >> cloc-results.txt
gh issue comment ${{ github.event.inputs.issue_id }} --body-file cloc-results.txt
env:
Expand Down

0 comments on commit 632766c

Please sign in to comment.