Skip to content

Commit e6817d7

Browse files
committed
fix: multiline depends_on
1 parent 0934b28 commit e6817d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/homebrew.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
commit_owner: Justintime50
2020
commit_email: [email protected]
2121
update_readme_table: true
22-
depends_on: '[email protected]'
22+
depends_on: |
23+
2324
install: 'virtualenv_install_with_resources'
2425
formula_includes: 'include Language::Python::Virtualenv'
2526
update_python_resources: true

0 commit comments

Comments
 (0)