Skip to content

Commit

Permalink
🤖 fix bot name
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Feb 17, 2024
1 parent 5ed2f5b commit 231c7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# update file
git fetch origin ${{ steps.extract_branch.outputs.branch }}
git checkout ${{ steps.extract_branch.outputs.branch }}
git config user.name 'github-actions[bot]
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git status
git add $INSTALL_YAML
Expand Down

0 comments on commit 231c7f8

Please sign in to comment.