Skip to content

Commit 9c9d47e

Browse files
authored
fix cla issue
1 parent fcfacc4 commit 9c9d47e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/skills-generate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
fi
5050
5151
echo "Changes detected. Committing regenerated skills..."
52-
git config user.name "github-actions[bot]"
53-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
52+
git config user.name "release-please[bot]"
53+
git config user.email "55107282+release-please[bot]@users.noreply.github.com"
54+
5455
git add .
5556
git commit -m "chore: auto-generate skills for toolbox v$(tr -d '\n' < toolbox_version.txt)"
5657
git push

0 commit comments

Comments
 (0)