Switch init to main (#8461)

This commit is contained in:
Denis Bykhov 2025-04-04 06:29:37 +05:00 committed by GitHub
parent 71fc1f3a8d
commit 7a56bba8c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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:

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