diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index 22151ff..59b5326 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -40,7 +40,7 @@ jobs: - name: Get list of autobump portable-ruby formulae id: autobump - run: echo "autobump_list=$(brew tap-info --json "${GITHUB_REPOSITORY}" | jq -r '.[].formula_names[]')" >> "$GITHUB_OUTPUT" + run: echo "autobump_list=$(brew tap-info --json "${GITHUB_REPOSITORY}" | jq -r '.[].formula_names|join(" ")')" >> "$GITHUB_OUTPUT" - name: Bump portable-ruby formulae uses: Homebrew/actions/bump-packages@master