diff --git a/.github/workflows/deploy_update_brew_lists.yml b/.github/workflows/deploy_update_brew_lists.yml index 4e3d556..48a81d7 100755 --- a/.github/workflows/deploy_update_brew_lists.yml +++ b/.github/workflows/deploy_update_brew_lists.yml @@ -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