Skip to content

Commit 6611dd3

Browse files
committed
feat: add configs for bot
1 parent 184623c commit 6611dd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/vuru-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
# Push changes to new branch
6868
BRANCH="release/vuru-$VERSION"
6969
cd vup
70+
git config user.name "vup-bot"
71+
git config user.email "vup-bot.jzdyf@mailer.me"
7072
7173
# Make workflow idempotent
7274
git push origin --delete "$BRANCH" || true

0 commit comments

Comments
 (0)