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 27, 2024
1 parent b163f80 commit 4381dee
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 @@ -30,7 +30,7 @@ jobs:
- name: install CLOC
run: sudo apt install cloc
- name: run CLOC
run: cloc --quiet --report-file=cloc-results.txt ${{ github.action_path }}
run: cloc --quiet --report-file=cloc-results.txt ${{ github.workspace }}
- name: Post results
run: gh issue comment ${{ github.event.inputs.issue_id }} --body-file cloc-results.txt
env:
Expand Down

0 comments on commit 4381dee

Please sign in to comment.