Skip to content
Snippets Groups Projects
Commit 6dec1755 authored by Rylan Polster's avatar Rylan Polster
Browse files

tap-new: don't need to checkout default branch

parent 64d135d0
No related branches found
No related tags found
No related merge requests found
......@@ -120,11 +120,6 @@ module Homebrew
- name: Set up git
uses: Homebrew/actions/git-user-config@master
- name: Checkout default branch
env:
BRANCH: ${{ github.event.pull_request.head.repo.default_branch }}
run: git checkout $BRANCH
- name: Pull bottles
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment