Skip to content

Commit 334ba60

Browse files
committed
fix: build args check
1 parent 787d015 commit 334ba60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actionsflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run Actionsflow
3030
uses: actionsflow/actionsflow-action@v1
3131
with:
32-
args: build --include ${{ github.event.inputs.include }} -f ${{github.event.inputs.force}} --verbose ${{github.event.inputs.verbose}}
32+
args: "build --include ${{ github.event.inputs.include || ''}} -f ${{github.event.inputs.force=='true' && 'true' || 'false'}} --verbose ${{github.event.inputs.verbose=='true' && 'true' || 'false'}}"
3333
json-secrets: ${{ toJSON(secrets) }}
3434
json-github: ${{ toJSON(github) }}
3535
- name: Setup act

0 commit comments

Comments
 (0)