Fixed stuff

This commit is contained in:
2024-11-24 21:44:23 +01:00
parent 5d97973d54
commit f5b3e51671
4 changed files with 16 additions and 14 deletions

View File

@@ -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 }}