From 7a56bba8c981753a1a68020b0ee6ddcdf1b7ba29 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Fri, 4 Apr 2025 06:29:37 +0500 Subject: [PATCH] Switch init to main (#8461) --- .github/workflows/main.yml | 2 +- pods/workspace/download-init-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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