Skip to content

Commit bf71f20

Browse files
authored
add gh cli (#759)
1 parent cd786aa commit bf71f20

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/update-repositories.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
19+
- name: Install gh cli
20+
run: |
21+
sudo apt-get install -y gh
22+
1823
- name: Download .deb assets from release
1924
env:
2025
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)