Skip to content

Commit

Permalink
ci(workflow): fix not checkout root repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyanyu258 committed Jul 23, 2024
1 parent 29678f8 commit b563213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/prepare-dependences/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ description: "准备环境依赖"
runs:
using: "composite"
steps:
- name: Cehckout root repo firstly.
uses: actions/checkout@v4

- name: Checkout ArknightsGameData Repo.
uses: actions/checkout@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
result: ${{ steps.condition.outputs.need_update }}

steps:
- name: Cehckout root repo firstly.
uses: actions/checkout@v4

- name: Preparing job
uses: ./.github/actions/prepare-dependences

Expand Down Expand Up @@ -61,6 +64,9 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Cehckout root repo firstly.
uses: actions/checkout@v4

- name: Preparing job
uses: ./.github/actions/prepare-dependences

Expand Down

0 comments on commit b563213

Please sign in to comment.