]> granicus.if.org Git - libevent/commitdiff
Change user.name/user.email to robot for deploy via github actions
authorAzat Khuzhin <azat@libevent.org>
Tue, 28 Jul 2020 08:02:15 +0000 (11:02 +0300)
committerAzat Khuzhin <azat@libevent.org>
Tue, 28 Jul 2020 08:02:59 +0000 (11:02 +0300)
.github/workflows/abi.yml
.github/workflows/doxygen.yml

index 87b45c2386c24faacf886707ff50cff6c8311355..28ff4221d058157631bce8cbbab8d2b46d4c7523 100644 (file)
@@ -59,8 +59,8 @@ jobs:
 
           cd /tmp/le-abi-root/work/abi-check
           git init
-          git config --local user.name $user_name
-          git config --local user.email $user_email
+          git config --local user.name "Libevent Github Robot"
+          git config --local user.email "robot@libevent.org"
           git add -f .
           git commit -m "Update ABI/API backward compatibility report (libevent/libevent@$short_commit_id)"
           git push -f git@github.com:$owner_name/abi master
index 09c92534314df8e7887e2ee25c2a67244014c324..6abd3c1a90fa4f39afb106bea68726cad1d7ea0a 100644 (file)
@@ -46,8 +46,8 @@ jobs:
 
           cd ./build/doxygen/html
           git init
-          git config --local user.name $user_name
-          git config --local user.email $user_email
+          git config --local user.name "Libevent Github Robot"
+          git config --local user.email "robot@libevent.org"
           git add -f .
           git commit -m "Update documentation (libevent/libevent@$short_commit_id)"
           git push -f git@github.com:$owner_name/doc master