From 34da7e47cba181d25afb0162c2af3d083eaf8095 Mon Sep 17 00:00:00 2001 From: Bruce Teng Date: Tue, 23 Apr 2024 16:04:57 +0800 Subject: [PATCH] Revert "actioins: Switch to test branch" This reverts commit fa2f02f99829dbaac393313ff940378dc406696b. --- .../workflows/build_mi10_series_hyperos_push_to_onedrive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_mi10_series_hyperos_push_to_onedrive.yml b/.github/workflows/build_mi10_series_hyperos_push_to_onedrive.yml index e50cfed..92a7cb2 100644 --- a/.github/workflows/build_mi10_series_hyperos_push_to_onedrive.yml +++ b/.github/workflows/build_mi10_series_hyperos_push_to_onedrive.yml @@ -41,7 +41,7 @@ jobs: - name: 3. 检出仓库文件 | CHECKOUT REPOSITORY uses: actions/checkout@main with: - ref: test + ref: dev fetch-depth: 1 - name: 4. 准备环境 | PREPARE ENVIRONMENT run: | @@ -96,4 +96,4 @@ jobs: tag: ${{ env.OS_VERSION }} bodyFile: "${{ github.workspace }}/file.log" allowUpdates: true - artifactErrorsFailBuild: true + artifactErrorsFailBuild: true \ No newline at end of file