Skip to content

Commit

Permalink
Fix github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
SLiV9 committed Jan 14, 2024
1 parent 66cb4c6 commit 89c72a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
options: --json --out cloc-report.json --read-lang-def support/cloc_penne_definitions.txt src/ tests/ examples/ core/ vendor/
- name: Commit to gh-arifacts
run:
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
Expand Down

0 comments on commit 89c72a9

Please sign in to comment.