File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -213,9 +213,9 @@ jobs:
213213 - run :
214214 name : Install hub
215215 command : |
216- curl -sSL https://github.com/github/hub/releases/download/v2.2.9 /hub-linux-amd64-2.2.9 .tgz | \
216+ curl -sSL https://github.com/github/hub/releases/download/v2.14.2 /hub-linux-amd64-2.14.2 .tgz | \
217217 tar zxv -C /tmp
218- sudo /tmp/hub-linux-amd64-2.2.9 /install
218+ sudo /tmp/hub-linux-amd64-2.14.2 /install
219219 - run :
220220 name : Expand SSH Key
221221 command : |
@@ -225,10 +225,11 @@ jobs:
225225 chmod go-rwx ~/.ssh/id_ed25519
226226 ssh-keygen -y -f ~/.ssh/id_ed25519 > ~/.ssh/id_ed25519.pub
227227 - run :
228- name : Set git identity
228+ name : Set git/hub configuration
229229 command : |
230230 git config --global user.name "nipybot"
231231 git config --global user.email "[email protected] " 232+ git config --global hub.protocol ssh
232233 - run :
233234 name : Update feedstock
234235 command : |
You can’t perform that action at this time.
0 commit comments