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

This commit is contained in:
Rylan Polster 2020-10-15 16:56:53 -04:00
parent 64d135d0a7
commit 6dec175574

View File

@ -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 }}