mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
change mach
This commit is contained in:
parent
e26ddba1fb
commit
ca42858d82
4
.github/workflows/dockerToHub-dev.yml
vendored
4
.github/workflows/dockerToHub-dev.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
# runs-on: self-hosted
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: 'dev'
|
||||
clean: false
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
needs: build
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
clean: true
|
||||
ref: 'dev'
|
||||
|
4
.github/workflows/dockerToHub.yml
vendored
4
.github/workflows/dockerToHub.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
# runs-on: self-hosted
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
clean: false
|
||||
github-server-url: 'https://gh.siji.ci'
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
runs-on: self
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
clean: true
|
||||
github-server-url: 'https://gh.siji.ci'
|
||||
|
Loading…
Reference in New Issue
Block a user