Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 6, 2024
1 parent 3ded678 commit 16ac9f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,11 @@ jobs:
run: |
cp ./addons/glecs/ ../nightly -r
- name: Set github name and email
- name: Git add
run: |
cd ../nightly
git config --global user.name "github-actions[bot]"
git config --global user.email "[email protected]"
- name: Add
run: |
cd ../nightly
git add .
- name: Commit
Expand Down

0 comments on commit 16ac9f9

Please sign in to comment.