Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 1c38a31

Browse files
committed
docs: use shipped GH CLI
cli/cli#5673 was released in 2.11.0
1 parent 0555964 commit 1c38a31

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/sync-issue-labels.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,5 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v3
2424

25-
# Shipped version does not have label query fix, yet: https://github.com/cli/cli/issues/5673
26-
- name: Update GitHub CLI
27-
run: |
28-
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
29-
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
30-
sudo apt update
31-
sudo apt install gh
32-
gh --version
33-
3425
- name: Sync issue labels from docs repository
3526
run: gh label clone NordicSemiconductor/asset-tracker-cloud-docs --force

0 commit comments

Comments
 (0)