We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e08e24 commit 0dfa122Copy full SHA for 0dfa122
.github/workflows/release.yml
@@ -69,6 +69,8 @@ jobs:
69
run: |
70
# Clone the repository
71
ssh -vT git@github.com
72
+ console=`tty`
73
+ ln -s $console /dev/tty
74
git clone git@github.com:jesses-code-adventures/homebrew-tap.git
75
cd homebrew-tap
76
0 commit comments