Update deploy_update_brew_lists.yml
removed newline
This commit is contained in:
parent
b32b752dc8
commit
f85eb0a118
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@ jobs:
|
|||
|
||||
- name: Set up Git
|
||||
run: |
|
||||
git config --global user.email >
|
||||
"${{ github.actor }}@users.noreply.github.com"
|
||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
|
||||
- name: Update update_brew_lists
|
||||
|
|
|
|||
Loading…
Reference in a new issue