Skip to content

Commit

Permalink
fix "
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheaps authored Sep 7, 2023
1 parent 89c357c commit 5a01318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-formulae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- id: list-formulae
run: |
# list all homebrew formula in ./Formula/, delimited by comma
echo "formulae=$( ls ./Formula/ | tr '\n' ',' )" >> "$GITHUB_OUTPUT
echo "formulae=$( ls ./Formula/ | tr '\n' ',' )" >> "$GITHUB_OUTPUT"
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
Expand Down

0 comments on commit 5a01318

Please sign in to comment.