]> granicus.if.org Git - libevent/commitdiff
Remove reduntant variables in workflows with deploy
authorAzat Khuzhin <azat@libevent.org>
Tue, 28 Jul 2020 08:03:46 +0000 (11:03 +0300)
committerAzat Khuzhin <azat@libevent.org>
Tue, 28 Jul 2020 08:04:16 +0000 (11:04 +0300)
Fixes: bfbbc882 ("Change user.name/user.email to robot for deploy via github actions")
.github/workflows/abi.yml
.github/workflows/doxygen.yml

index 28ff4221d058157631bce8cbbab8d2b46d4c7523..e9fa049d3ff95bb11531a31c99c1f22a23a7c106 100644 (file)
@@ -52,8 +52,6 @@ jobs:
           chmod 600 ~/.ssh/id_rsa
           ssh-keyscan github.com >> ~/.ssh/known_hosts
 
-          user_name="${{ github.event.head_commit.author.name }}"
-          user_email="${{ github.event.head_commit.author.email }}"
           short_commit_id="${COMMIT_ID:0:7}"
           owner_name="${{ github.event.repository.owner.name }}"
 
index 6abd3c1a90fa4f39afb106bea68726cad1d7ea0a..d7d4b7753ee29e2795a2193c38a5dcab50831fbd 100644 (file)
@@ -39,8 +39,6 @@ jobs:
           chmod 600 ~/.ssh/id_rsa
           ssh-keyscan github.com >> ~/.ssh/known_hosts
 
-          user_name="${{ github.event.head_commit.author.name }}"
-          user_email="${{ github.event.head_commit.author.email }}"
           short_commit_id="${COMMIT_ID:0:7}"
           owner_name="${{ github.event.repository.owner.name }}"