diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 5aa688d..df9eb51 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -90,6 +90,8 @@ jobs: exit 0 - uses: actions/checkout@v4 + with: + persist-credentials: false - name: 🐧 Load compiled library, Linux x86_64 uses: actions/cache/restore@v4.0.2 @@ -123,5 +125,8 @@ jobs: - name: 📤 Commit to nightly branch run: | cd ../nightly - git config user.name "Glecs Bot" + git config user.name "github-actions[bot]" + git config user.email "gslogimaker@gmail.com" git commit --all -m "(AUTO) ${{ github.event.head_commit.message }}" + + \ No newline at end of file