We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfacc4 commit 9c9d47eCopy full SHA for 9c9d47e
1 file changed
.github/workflows/skills-generate.yml
@@ -49,8 +49,9 @@ jobs:
49
fi
50
51
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"
+ git config user.name "release-please[bot]"
+ git config user.email "55107282+release-please[bot]@users.noreply.github.com"
54
+
55
git add .
56
git commit -m "chore: auto-generate skills for toolbox v$(tr -d '\n' < toolbox_version.txt)"
57
git push
0 commit comments