Skip to content

Commit

Permalink
debug(gha): debug gh cli installation
Browse files Browse the repository at this point in the history
Signed-off-by: kaanyagci <kaan.yagci@makepad.fr>
  • Loading branch information
kaanyagci committed Aug 11, 2024
1 parent 3b7cada commit 6de7cae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/get_latest_skaffold_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
run: |
version=$(grep -Eo "\-\-version='skaffold/(v[0-9a-zA-Z]+)'" external-repo/docs-v2/content/en/docs/references/cli/_index.md | sed -E "s/--version='skaffold\/(v[0-9a-zA-Z]+)'/\1/")
echo "VERSION=$version" >> $GITHUB_ENV
- name: Update GitHub CLI
run: |
sudo apt-get update
sudo apt-get install -y gh
- name: Check gh CLI version
run: gh --version

- name: Update repository environment variable
run: |
Expand Down

0 comments on commit 6de7cae

Please sign in to comment.