From aa18f8ab3e7c5841f4d074cc0980260967b6b0e4 Mon Sep 17 00:00:00 2001 From: k3ii Date: Mon, 26 Aug 2024 00:22:26 +0400 Subject: [PATCH] chore(GH actions): update git username and email of bots --- .github/workflows/featured_issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/featured_issues.yml b/.github/workflows/featured_issues.yml index d39f8f06..1633023c 100644 --- a/.github/workflows/featured_issues.yml +++ b/.github/workflows/featured_issues.yml @@ -24,8 +24,8 @@ jobs: # Check if there are any changes if [ -n "$(git status --porcelain packages/frontendmu-data/data/featured-issues.json)" ]; then # Commit and push changes if the file has been modified - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git config --local user.name "GitHub Action[bot]" + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" git add packages/frontendmu-data/data/featured-issues.json git commit -m "Update featured issues" git push