Skip to content

Commit e1c4348

Browse files
authored
add explicit values for PRs from forks (#2555)
1 parent dcc33fb commit e1c4348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/acceptance_tests_kind.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ on:
2626

2727
env:
2828
KUBECONFIG: ${{ github.workspace }}/.kube/config
29-
KIND_VERSION: ${{ github.event.inputs.kindVersion || vars.KIND_VERSION }}
30-
PARALLEL_RUNS: ${{ github.event.inputs.parallelRuns || vars.PARALLEL_RUNS }}
31-
TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || vars.TERRAFORM_VERSION }}
29+
KIND_VERSION: ${{ github.event.inputs.kindVersion || vars.KIND_VERSION || '0.23.0' }}
30+
PARALLEL_RUNS: ${{ github.event.inputs.parallelRuns || vars.PARALLEL_RUNS || '8' }}
31+
TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || vars.TERRAFORM_VERSION || '1.9.2' }}
3232

3333
jobs:
3434
acceptance_tests_kind:

0 commit comments

Comments
 (0)