From: Azat Khuzhin Date: Tue, 28 Jul 2020 08:03:46 +0000 (+0300) Subject: Remove reduntant variables in workflows with deploy X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62c152d9a7cd264b993dad730c4163c6ede2e0a3;p=libevent Remove reduntant variables in workflows with deploy Fixes: bfbbc882 ("Change user.name/user.email to robot for deploy via github actions") --- diff --git a/.github/workflows/abi.yml b/.github/workflows/abi.yml index 28ff4221..e9fa049d 100644 --- a/.github/workflows/abi.yml +++ b/.github/workflows/abi.yml @@ -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 }}" diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 6abd3c1a..d7d4b775 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -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 }}"