From bd6a94e59262036195778478098db1a13412aa72 Mon Sep 17 00:00:00 2001 From: 52 69 63 68 61 72 64 Date: Sun, 29 Dec 2024 07:29:11 +0100 Subject: [PATCH] chore: change runner username --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7ef2cfc..b6de9cb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -77,8 +77,8 @@ jobs: - name: Configure Git run: | - git config user.name "GitHub Actions" - git config user.email "actions@github.com" + git config user.name github-actions + git config user.email github-actions@github.com - name: Commit and push changes env: