Merge pull request #19987 from Homebrew/fix_tap_new_root_url_warning

dev-cmd/tap-new: fix root_url warning.
This commit is contained in:
Mike McQuaid 2025-05-21 12:34:16 +00:00 committed by GitHub
commit 3482655284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,7 +126,7 @@ module Homebrew
echo "::add-mask::${base64_token}" echo "::add-mask::${base64_token}"
echo "token=${base64_token}" >> "${GITHUB_OUTPUT}" echo "token=${base64_token}" >> "${GITHUB_OUTPUT}"
<% end -%> <% end -%>
- run: brew test-bot --only-formulae<% if root_url %> --root-url='<%= root_url %>'<% end %> - run: brew test-bot --only-formulae#{" --root-url=#{root_url}" if root_url}
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
<% if args.github_packages? -%> <% if args.github_packages? -%>
env: env: