Skip to content

Commit

Permalink
chore: fix workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lejunyang committed Nov 1, 2024
1 parent e245c9a commit eb45427
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
artifact-id: ${{ steps.artifacts-upload-step.outputs.artifact-id }}
steps:
- name: Setup
uses: ./.github/actions/setup.yml
uses: ./.github/actions/setup # must use directory, and action.yml must be there
- name: Build
run: pnpm build
- name: Archive production artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Setup
uses: ./.github/actions/setup.yml
uses: ./.github/actions/setup
with:
artifact-id: ${{ inputs.artifact-id }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Setup
uses: ./.github/actions/setup.yml
uses: ./.github/actions/setup
with:
artifact-id: ${{ inputs.artifact-id }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Setup
uses: ./.github/actions/setup.yml
uses: ./.github/actions/setup
with:
artifact-id: ${{ inputs.artifact-id }}
init-test: true
Expand Down

0 comments on commit eb45427

Please sign in to comment.