Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
alice: ci: please: contribute: recommended community standards: Remov…
Browse files Browse the repository at this point in the history
…e gh install

Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Jul 7, 2022
1 parent c1598ca commit 82bef93
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install github CLI
run: |
set -x
python -c 'import sys, functools, urllib.request; print(urllib.request.urlretrieve(sys.argv[-2], filename=sys.argv[-1], reporthook=lambda n, c, t: print(f"{round(((n*c)/t) * 100, 2)}%", end="\r", file=sys.stderr))[0])' https://github.com/cli/cli/releases/download/v2.12.1/gh_2.12.1_linux_amd64.deb gh_2.12.1_linux_amd64.deb
dpkg -i gh_2.12.1_linux_amd64.deb
- name: Configure github CLI auth
env:
GH_USER: aliceoa
Expand Down

0 comments on commit 82bef93

Please sign in to comment.