Skip to content

Commit

Permalink
Bug Fix: Typo in GitHub Workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Mar 20, 2024
1 parent 6568cf5 commit 7b9ce59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-kuttl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- id: krew
name: Install Krew
shell: bash
script: |
run: |
set -x; cd "$(mktemp -d)"
OS="$(uname | tr '[:upper:]' '[:lower:]')"
ARCH="$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\(arm\)\(64\)\?.*/\1\2/' -e 's/aarch64$/arm64/')"
Expand All @@ -26,6 +26,6 @@ runs:
- id: kuttl
name: Install KUTTL
shell: bash
script: |
run: |
kubectl krew install kuttl
echo "path=$(which kubectl-kuttl)" >> "$GITHUB_OUTPUT"

0 comments on commit 7b9ce59

Please sign in to comment.