From 74e7ef2096e7aeb3979f96e4594f274736bb400b Mon Sep 17 00:00:00 2001 From: petar-cvit Date: Sat, 17 Feb 2024 17:57:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20use=20bot=20in=20GH=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19b5d08f..90a0dd4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,8 +67,8 @@ jobs: # update file git fetch origin ${{ steps.extract_branch.outputs.branch }} git checkout ${{ steps.extract_branch.outputs.branch }} - git config --global user.email "petar.cvitanovic@gmail.com" - git config --global user.name "petar-cvit" + git config user.name 'github-actions[bot] + git config user.email 'github-actions[bot]@users.noreply.github.com' git status git add $INSTALL_YAML git commit -m '⚙️ update cyclops to '$TAG