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 787d015 commit 334ba60Copy full SHA for 334ba60
.github/workflows/actionsflow.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run Actionsflow
30
uses: actionsflow/actionsflow-action@v1
31
with:
32
- args: build --include ${{ github.event.inputs.include }} -f ${{github.event.inputs.force}} --verbose ${{github.event.inputs.verbose}}
+ args: "build --include ${{ github.event.inputs.include || ''}} -f ${{github.event.inputs.force=='true' && 'true' || 'false'}} --verbose ${{github.event.inputs.verbose=='true' && 'true' || 'false'}}"
33
json-secrets: ${{ toJSON(secrets) }}
34
json-github: ${{ toJSON(github) }}
35
- name: Setup act
0 commit comments