diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 013c64969e..6b00af5b95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ env: workers ws-tests PublishTempFolder: publish_artifacts - INIT_SCRIPTS_BRANCH: 'unified-init-scripts' + INIT_SCRIPTS_BRANCH: 'main' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/pods/workspace/download-init-scripts.sh b/pods/workspace/download-init-scripts.sh index 4f7f58d03d..0ff79c4c6c 100755 --- a/pods/workspace/download-init-scripts.sh +++ b/pods/workspace/download-init-scripts.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -export INIT_SCRIPTS_BRANCH=${INIT_SCRIPTS_BRANCH:-unified-init-scripts} +export INIT_SCRIPTS_BRANCH=${INIT_SCRIPTS_BRANCH:-main} # Download init repository # Check if the file already exists if [ -e "${INIT_SCRIPTS_BRANCH}.zip" ]; then