Update action.yml

This commit is contained in:
2023-07-12 00:06:11 +00:00
parent a7f015f130
commit 184c687f92

View File

@@ -1,16 +1,11 @@
name: 'Jekyll Minimal Action' name: 'Jekyll Minimal Action'
author: 'Vivien Richter <vivien-richter@outlook.de>' author: 'Vivien Richter <vivien-richter@outlook.de>'
description: 'Pure minimal Jekyll pipeline with basic build tools for universal usage.' description: 'Pure minimal Jekyll pipeline with basic build tools for universal usage.'
inputs:
command:
description: 'Complete Jekyll command'
required: true
default: 'jekyll --help'
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'
args: args:
- ${{ inputs.command }} - jekyll build
branding: branding:
icon: 'book-open' icon: 'book-open'
color: 'red' color: 'red'