diff --git a/.github/workflows/deploy_update_brew_lists.yml b/.github/workflows/deploy_update_brew_lists.yml index 48a81d7..d6b9f64 100755 --- a/.github/workflows/deploy_update_brew_lists.yml +++ b/.github/workflows/deploy_update_brew_lists.yml @@ -1,3 +1,4 @@ +--- name: Update Brew Lists on: @@ -14,7 +15,8 @@ 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 diff --git a/.github/workflows/test_script.yml b/.github/workflows/test_script.yml index 31ed4f0..004870a 100755 --- a/.github/workflows/test_script.yml +++ b/.github/workflows/test_script.yml @@ -29,7 +29,8 @@ jobs: if: startsWith(matrix.os, 'macos') run: | if ! command -v brew &> /dev/null; then - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/\ + Homebrew/install/HEAD/install.sh)" fi brew install tmux @@ -51,13 +52,7 @@ jobs: chmod +x tmux_windownizer ./tmux_windownizer - - name: Test update_brew_lists - run: | - chmod +x update_brew_lists - ./update_brew_lists - - name: Test setup_dev_environment.sh run: | chmod +x setup_dev_env ./setup_dev_env -