We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c3edbf + aa18f8a commit 0fa209aCopy full SHA for 0fa209a
.github/workflows/featured_issues.yml
@@ -24,8 +24,8 @@ jobs:
24
# Check if there are any changes
25
if [ -n "$(git status --porcelain packages/frontendmu-data/data/featured-issues.json)" ]; then
26
# 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]"
+ git config --local user.email "action@github.com"
+ git config --local user.name "GitHub Action"
29
git add packages/frontendmu-data/data/featured-issues.json
30
git commit -m "Update featured issues"
31
git push
0 commit comments