Skip to content

Commit 0861b9e

Browse files
fix
1 parent b7e1807 commit 0861b9e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: js-just/latest@main
3434
with:
3535
path: demo
36+
fix-path: ${{ steps.prepare.outputs.id }}
3637
- name: Update latest ID
3738
uses: cpina/github-action-push-to-another-repository@main
3839
env:

src/latest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ inputs:
3030
path:
3131
description: 'Website directory (compress/generate)'
3232
required: false
33+
fix-path:
34+
description: 'Fix file path (generate)'
35+
required: false
3336
runs:
3437
using: 'composite'
3538
steps:
3639
- name: Run _just
3740
uses: js-just/_just@latest
3841
with:
3942
path: ${{ inputs.path }}
43+
fix-path: ${{ inputs.fix-path }}

0 commit comments

Comments
 (0)