Fixed stuff
This commit is contained in:
@@ -4,10 +4,10 @@ author: Skydust
|
||||
|
||||
# Define your inputs here.
|
||||
inputs:
|
||||
path:
|
||||
playbook:
|
||||
description: The playbook's path
|
||||
required: true
|
||||
check_only:
|
||||
only_check:
|
||||
description: Whether to only check without changes
|
||||
required: false
|
||||
default: "false"
|
||||
@@ -15,6 +15,3 @@ inputs:
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
env:
|
||||
INPUT_PATH: ${{ inputs.path }}
|
||||
INPUT_CHECK_ONLY: ${{ inputs.check_only }}
|
||||
|
||||
Reference in New Issue
Block a user