Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
SLiV9 committed Jan 14, 2024
1 parent 1c53702 commit 0f910cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ jobs:
uses: djdefi/cloc-action@6
with:
options: --json --out cloc-report.json --read-lang-def support/cloc_penne_definitions.txt src/ tests/ examples/ core/ vendor/
- name: Output LOC
run: |
cat ./cloc-report.json
- name: Commit to gh-arifacts
run: |
git config --local user.name 'github-actions[bot]'
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git commit -m "Latest cloc report" ./cloc-report.json
git add ./cloc-report.json
git commit -m "Latest cloc report"
- name: Push to gh-artifacts
uses: ad-m/[email protected]
with:
Expand Down

0 comments on commit 0f910cb

Please sign in to comment.