tap-new: don't need to checkout default branch
This commit is contained in:
parent
64d135d0a7
commit
6dec175574
@ -120,11 +120,6 @@ module Homebrew
|
|||||||
- name: Set up git
|
- name: Set up git
|
||||||
uses: Homebrew/actions/git-user-config@master
|
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
|
- name: Pull bottles
|
||||||
env:
|
env:
|
||||||
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
|
HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user