pull/310/head
Frostebite 2021-12-30 22:52:22 +00:00
parent e58ba30c6f
commit 9b842af7bb
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -3667,7 +3667,7 @@ class Input {
return Input.getInput('cloudRunnerCluster') || '';
}
static get awsBaseStackName() {
return Input.getInput('awsBaseStackName') || 'game-ci-3-test';
return Input.getInput('awsBaseStackName') || 'game-ci';
}
static get kubeConfig() {
return Input.getInput('kubeConfig') || '';

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -178,7 +178,7 @@ class Input {
}
static get awsBaseStackName() {
return Input.getInput('awsBaseStackName') || 'game-ci-3-test';
return Input.getInput('awsBaseStackName') || 'game-ci';
}
static get kubeConfig() {