From c0a3789f726cd35d6c3c825b15102429f4948c7c Mon Sep 17 00:00:00 2001 From: oberrich Date: Fri, 10 Jan 2025 07:03:57 +0100 Subject: [PATCH] chore: use nushell in ci --- .github/workflows/rust.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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