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 5, 2024
1 parent 52a15c3 commit c5640ad
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,18 @@ jobs:
run: |
cp ./addons/glecs/ ../nightly
- name: 📤 Commit to nightly branch
- name: Set github name and email
run: |
cd ../nightly
git config user.name "github-actions[bot]"
git config user.email "[email protected]"
git --global config user.name "github-actions[bot]"
git --global config user.email "[email protected]"
- name: Commit
run: |
git commit --all -m "(AUTO) ${{ github.event.head_commit.message }}"
- name: Push
run: |
git push origin nightly

0 comments on commit c5640ad

Please sign in to comment.