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 2934116 commit 43c22c9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/paper-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,10 @@ jobs:
- name: Post results
run: |
echo -e "\`\`\`\nSoftware report:\n\n$(cat cloc-results.txt)\n\`\`\`" > cloc-results.txt
# gh issue comment ${{ github.event.inputs.issue_id }} --body-file cloc-results.txt
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 --no-merges --branches .
git branch
git log --pretty=short | git shortlog -sn
(git shortlog -sn --no-merges) > git-authors.txt
(git shortlog -sn --no-merges --branches .) > git-authors.txt
echo -e "\`\`\`\nThe following historical commit information, by author, was found:\n\n$(cat git-authors.txt)\n\`\`\`" > git-authors.txt
cat git-authors.txt
# gh issue comment ${{ github.event.inputs.issue_id }} --body-file git-authors.txt
gh issue comment ${{ github.event.inputs.issue_id }} --body-file git-authors.txt

0 comments on commit 43c22c9

Please sign in to comment.