Skip to content

Commit

Permalink
Add default values
Browse files Browse the repository at this point in the history
  • Loading branch information
aidmax committed Jan 15, 2024
1 parent 9957cb6 commit f7d61e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ inputs:
passphrase:
description: 'The passphrase to use (optional; only required if client-side encryption enabled on the workspace)'
required: false
default: ''
merge:
description: 'Whether to merge layout information from the remote workspace (optional: defaults to true)'
required: false
default: ''
archive:
description: 'Whether to store the previous version of the remote workspace (optional; default to true)'
required: false
default: ''
runs:
using: 'docker'
image: 'docker://ghcr.io/aidmax/structurizr-cli-docker:latest'
Expand Down

0 comments on commit f7d61e9

Please sign in to comment.