We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e2cc6 commit bdf540bCopy full SHA for bdf540b
1 file changed
.github/workflows/ci-build.yaml
@@ -39,6 +39,7 @@ jobs:
39
- name: Build
40
id: build
41
run: |
42
+ project --help
43
output_path=$(${{ fromJSON(inputs.config).build_command }})
44
echo "output_path=$output_path" >> "$GITHUB_OUTPUT"
45
- name: README Render
0 commit comments