Skip to content

Commit a32b944

Browse files
authored
add gh cli (#230)
1 parent e422fc6 commit a32b944

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-repositories.yml

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

0 commit comments

Comments
 (0)