Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Fix kyma branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Walach committed Apr 9, 2021
1 parent 67a024b commit 229c6ad
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-connector-e2e-gardener-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch'
required: true
default: 'master'
default: 'main'
shoot:
description: 'Shoot cluster name'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-connector-e2e-gardener-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch'
required: true
default: 'master'
default: 'main'
shoot:
description: 'Shoot cluster name'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-connector-e2e-gardener-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch'
required: true
default: 'master'
default: 'main'
shoot:
description: 'Shoot cluster name'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-connector-e2e-k3s-compass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch'
required: true
default: 'master'
default: 'main'
skip:
description: 'Skip modules'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-connector-e2e-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch'
required: true
default: 'master'
default: 'main'
skip:
description: 'Skip modules'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-connector-e2e-kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch'
required: true
default: 'master'
default: 'main'
skip:
description: 'Skip modules'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-connector-e2e-minikube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch'
required: true
default: 'master'
default: 'main'
skip:
description: 'Skip modules'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-test-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branch:
description: 'Branch'
required: true
default: 'master'
default: 'main'
skip:
description: 'Skip modules'
required: false
Expand Down
2 changes: 1 addition & 1 deletion download-kyma-charts.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REPO=${1:-kyma-project/kyma}
BRANCH=${2:-master}
BRANCH=${2:-main}
curl -s https://codeload.github.com/${REPO}/zip/${BRANCH} --output kyma-src.zip
unzip --qq -d ./tmp kyma-src.zip
rm -rf ./resources
Expand Down

0 comments on commit 229c6ad

Please sign in to comment.