Skip to content

Commit 7afaf59

Browse files
author
1138-4EB
authored
chore: fix author in push_rice (filebrowser#514)
1 parent 1e12bb7 commit 7afaf59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/push_ricebox.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ git clone git@github.com:filebrowser/caddy caddy
1313
cd caddy
1414
cp ../../rice-box.go assets/
1515
git checkout -b update-rice-box origin/master
16+
git config --local user.name "Filebrowser Bot"
17+
git config --local user.email "FilebrowserBot@users.noreply.github.com"
1618
git commit -am "update rice-box $COMMIT_SHA"
1719

1820
if [ $(git tag | grep "$TRAVIS_TAG" | wc -l) -ne 0 ]; then

0 commit comments

Comments
 (0)