Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
actions: switch to test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
toraidl authored Apr 22, 2024
1 parent 648dfc2 commit 61039bd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build_mi10_series_hyperos_OneDrivePush
name: build_mi10_series_eu_hyperos_OneDrivePush
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: 3. 检出仓库文件 | CHECKOUT REPOSITORY
uses: actions/checkout@main
with:
ref: dev
ref: test
fetch-depth: 1
- name: 4. 准备环境 | PREPARE ENVIRONMENT
run: |
Expand Down Expand Up @@ -97,4 +97,4 @@ jobs:
tag: ${{ env.OS_VERSION }}
bodyFile: "${{ github.workspace }}/file.log"
allowUpdates: true
artifactErrorsFailBuild: true
artifactErrorsFailBuild: true

0 comments on commit 61039bd

Please sign in to comment.