Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c30d96e..37b079f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -41,7 +41,7 @@ jobs: BIN_DIR: ${{ github.workspace }}/tools/ run: | mkdir -p $BIN_DIR - curl -sSLo "$BIN_DIR/kubectl" https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" + curl -sSLo "$BIN_DIR/kubectl" "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" chmod +x "$BIN_DIR/kubectl" echo "$BIN_DIR" >> "$GITHUB_PATH" - name: Setup kind ${{ matrix.k8s-version }}
- Loading branch information