Strip whitespace from inputs
This commit is contained in:
parent
a7bcc738ab
commit
419d7d283d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_docs.yml
vendored
4
.github/workflows/build_docs.yml
vendored
|
@ -55,12 +55,12 @@ jobs:
|
|||
with:
|
||||
checkout: ${{ github.event_name == 'workflow_dispatch' && inputs.branch != '(same as workflow)' }}
|
||||
branch: ${{ inputs.branch }}
|
||||
publish-latest-and-root: |
|
||||
publish-latest-and-root: |-
|
||||
${{
|
||||
github.event_name != 'workflow_dispatch'
|
||||
|| inputs.update-latest
|
||||
}}
|
||||
publish-release: |
|
||||
publish-release: |-
|
||||
${{
|
||||
github.event_name == 'workflow_dispatch' && inputs.release
|
||||
|| startsWith(github.event.head_commit.message, '[Release]')
|
||||
|
|
Loading…
Reference in a new issue