Skip to content

Commit

Permalink
Update paper-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu authored Feb 28, 2024
1 parent f3c9bcc commit 6a3c5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/paper-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
gh issue comment ${{ github.event.inputs.issue_id }} --body-file cloc-results.txt
- name: List Git Authors
run: |
ls -la
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 6a3c5df

Please sign in to comment.