Skip to content

Commit

Permalink
Fix git syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Dec 5, 2024
1 parent 1dfabaf commit 9b2806b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Commit files
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git add coverage.svg
git commit -m "Updated coverage.svg"
- name: Push changes
Expand Down

0 comments on commit 9b2806b

Please sign in to comment.