Skip to content

Commit 0fa209a

Browse files
authored
Merge pull request #217 from k3ii/gh_action_name
chore(GH actions): update git username and email of bots
2 parents 0c3edbf + aa18f8a commit 0fa209a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/featured_issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
# Check if there are any changes
2525
if [ -n "$(git status --porcelain packages/frontendmu-data/data/featured-issues.json)" ]; then
2626
# Commit and push changes if the file has been modified
27-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
28-
git config --local user.name "GitHub Action[bot]"
27+
git config --local user.email "action@github.com"
28+
git config --local user.name "GitHub Action"
2929
git add packages/frontendmu-data/data/featured-issues.json
3030
git commit -m "Update featured issues"
3131
git push

0 commit comments

Comments
 (0)