Added check mode
This commit is contained in:
@@ -7,9 +7,14 @@ inputs:
|
||||
path:
|
||||
description: The playbook's path
|
||||
required: true
|
||||
check_only:
|
||||
description: Whether to only check without changes
|
||||
required: false
|
||||
default: "false"
|
||||
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
env:
|
||||
INPUT_PATH: ${{ inputs.path }}
|
||||
INPUT_CHECK_ONLY: ${{ inputs.check_only }}
|
||||
|
||||
Reference in New Issue
Block a user