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.
1 parent 184623c commit 6611dd3Copy full SHA for 6611dd3
1 file changed
.github/workflows/vuru-release.yml
@@ -67,6 +67,8 @@ jobs:
67
# Push changes to new branch
68
BRANCH="release/vuru-$VERSION"
69
cd vup
70
+ git config user.name "vup-bot"
71
+ git config user.email "vup-bot.jzdyf@mailer.me"
72
73
# Make workflow idempotent
74
git push origin --delete "$BRANCH" || true
0 commit comments