diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d272829..bf2e4d5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -154,15 +154,13 @@ jobs: path: src/ffi merge-multiple: true - - name: Configure Git - run: | - git config user.name "GitHub Actions" - git config user.email "actions@github.com" - - name: Commit and push changes env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git add src/ffi # Check if there are any changes to commit