Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit b14602c

Browse files
authored
Merge pull request #207 from Homebrew/autobump-fix
workflows/autobump: fix list collection
2 parents 8e318aa + 5a5cd06 commit b14602c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Get list of autobump portable-ruby formulae
4242
id: autobump
43-
run: echo "autobump_list=$(brew tap-info --json "${GITHUB_REPOSITORY}" | jq -r '.[].formula_names[]')" >> "$GITHUB_OUTPUT"
43+
run: echo "autobump_list=$(brew tap-info --json "${GITHUB_REPOSITORY}" | jq -r '.[].formula_names|join(" ")')" >> "$GITHUB_OUTPUT"
4444

4545
- name: Bump portable-ruby formulae
4646
uses: Homebrew/actions/bump-packages@master

0 commit comments

Comments
 (0)