Skip to content

Commit

Permalink
Merge pull request #207 from Homebrew/autobump-fix
Browse files Browse the repository at this point in the history
workflows/autobump: fix list collection
  • Loading branch information
MikeMcQuaid authored May 31, 2024
2 parents 8e318aa + 5a5cd06 commit b14602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b14602c

Please sign in to comment.