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 28, 2024
1 parent d4e717b commit 9441a84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/paper-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
gh issue comment ${{ github.event.inputs.issue_id }} --body-file cloc-results.txt
- name: List Git Authors
run: |
git --version
ls -la
git shortlog -sn .
git shortlog -sn . > git-authors.txt
git shortlog -sn
git shortlog -sn > git-authors.txt
echo -e "\`\`\`\nThe following historical commit information, by author, was found:\n\n$(cat git-authors.txt)\n\`\`\`" > git-authors.txt
gh issue comment ${{ github.event.inputs.issue_id }} --body-file git-authors.txt

0 comments on commit 9441a84

Please sign in to comment.