We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e1807 commit 0861b9eCopy full SHA for 0861b9e
.github/workflows/demo.yml
@@ -33,6 +33,7 @@ jobs:
33
uses: js-just/latest@main
34
with:
35
path: demo
36
+ fix-path: ${{ steps.prepare.outputs.id }}
37
- name: Update latest ID
38
uses: cpina/github-action-push-to-another-repository@main
39
env:
src/latest.yml
@@ -30,10 +30,14 @@ inputs:
30
path:
31
description: 'Website directory (compress/generate)'
32
required: false
+ fix-path:
+ description: 'Fix file path (generate)'
+ required: false
runs:
using: 'composite'
steps:
- name: Run _just
40
uses: js-just/_just@latest
41
42
path: ${{ inputs.path }}
43
+ fix-path: ${{ inputs.fix-path }}
0 commit comments