Skip to content

Commit e1c2528

Browse files
[CI] Deploy CI
1 parent fd8461c commit e1c2528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dispatch_daily_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
env:
7-
BRANCH: master
7+
BRANCH_NAME: master
88
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
99

1010
jobs:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818
with:
19-
ref: ${{ env.BRANCH }}
19+
ref: ${{ env.BRANCH_NAME }}
2020
token: ${{ secrets.PAT_TOKEN }}
2121

2222
- name: Set up QEMU

0 commit comments

Comments
 (0)