Skip to content

Commit

Permalink
Add git add to unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 6, 2024
1 parent e799e2b commit e45c560
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "[email protected]"
- name: Add
run: |
git add .
- name: Commit
run: |
git commit --all -m "(AUTO) ${{ github.event.head_commit.message }}"
Expand Down

0 comments on commit e45c560

Please sign in to comment.