Skip to content

Commit

Permalink
[Fix] 🤗 Update Nightly Build to use 'dev' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Mar 9, 2024
1 parent 4b791dc commit 95238b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
if: github.repository == 'Harry-zklcdc/go-proxy-bingai'
steps:
- uses: actions/checkout@v3
with:
ref: dev

- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -102,6 +104,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v3
with:
ref: dev

- name: Setup timezone
uses: zcong1993/setup-timezone@master
Expand Down Expand Up @@ -154,6 +158,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v3
with:
ref: dev

- name: Setup timezone
uses: zcong1993/setup-timezone@master
Expand Down

0 comments on commit 95238b4

Please sign in to comment.