Switch init to main (#8462)

This commit is contained in:
Denis Bykhov
2025-04-04 08:29:48 +07:00
committed by GitHub
parent b4518d23af
commit d398dc54ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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