Skip to content

Commit

Permalink
Update .github/workflows/build-kubernetes-e2e-test.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ionut Balutoiu <[email protected]>
  • Loading branch information
Ionut Balutoiu committed Dec 7, 2023
1 parent 375a596 commit a3a2a32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-kubernetes-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
workflow_dispatch:
inputs:
KUBERNETES_REPOSITORY:
description: "Kubernetes repository used to build the E2E test binary"
default: "https://github.com/e2e-win/kubernetes.git"
description: Kubernetes repository given as "owner/repo" format
default: e2e-win/kubernetes
KUBERNETES_BRANCH:
description: "Kubernetes branch used to build the E2E test binary"
default: "master"
description: Kubernetes branch name
default: master

jobs:
build-e2e-test:
Expand Down

0 comments on commit a3a2a32

Please sign in to comment.