Skip to content

Commit

Permalink
🤖 use bot in GH actions
Browse files Browse the repository at this point in the history
use bot in GH actions
  • Loading branch information
petar-cvit authored Feb 17, 2024
2 parents ece535b + 74e7ef2 commit 4354713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4354713

Please sign in to comment.