Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Jan 16, 2025
1 parent 8f7b881 commit aba2e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-pro-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fetch-depth: 0
repository: labring/fastgpt-pro
ref: ${{ github.ref_name }}
token: ${{ secrets.GH_PAT }}
- name: Update submodules
run: git submodule update --init --recursive # update git submodule
- name: Install Dependencies
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
fetch-depth: 0
repository: labring/fastgpt-pro
ref: ${{ github.ref_name }}
token: ${{ secrets.GH_PAT }}
- name: Update submodules
run: git submodule update --init --recursive # update git submodule
- name: Install Dependencies
Expand Down Expand Up @@ -159,6 +161,7 @@ jobs:
fetch-depth: 0
repository: labring/fastgpt-pro
ref: ${{ github.ref_name }}
token: ${{ secrets.GH_PAT }}
- name: Update submodules
run: git submodule update --init --recursive # update git submodule
- name: Install Dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-pro-plugin-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fetch-depth: 0
repository: labring/fastgpt-pro
ref: ${{ github.ref_name }}
token: ${{ secrets.GH_PAT }}
- name: Update submodules
run: git submodule update --init --recursive # update git submodule
- name: Install Dependencies
Expand Down

0 comments on commit aba2e95

Please sign in to comment.