Skip to content

Commit

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

0 comments on commit d2896de

Please sign in to comment.