Created
December 2, 2019 14:20
-
-
Save alistairsykes/5b46d851f5dd340c188c47679c09de93 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description: "Install git-pull-request" | |
steps: | |
- run: | |
name: Install hub | |
command: | | |
HOMEBREW_NO_AUTO_UPDATE=1 brew install hub | |
echo eval "$(hub alias -s)" >> $BASH_ENV |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment