Merge pull request #1026 from Jason6987/fix-script-path
fix: correct script path typo (add missing 's'), update pake-cli.yaml
This commit is contained in:
2
.github/workflows/pake-cli.yaml
vendored
2
.github/workflows/pake-cli.yaml
vendored
@@ -144,7 +144,7 @@ jobs:
|
|||||||
- name: Build with pake-cli
|
- name: Build with pake-cli
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
run: |
|
run: |
|
||||||
node ./script/github-action-build.js
|
node ./scripts/github-action-build.js
|
||||||
env:
|
env:
|
||||||
URL: ${{ inputs.url }}
|
URL: ${{ inputs.url }}
|
||||||
NAME: ${{ inputs.name }}
|
NAME: ${{ inputs.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user