Skip to content

Commit

Permalink
Added action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 1, 2023
1 parent 0d9cd14 commit 3c0f2ac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "5desc"
description: "Generates 5mods descriptions in HTML from a Markdown file"

inputs:
input:
description: "The input Markdown file."
default: "README.md"
output:
description: "The Output HTML file"
default: "README.html"

runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.input }}
- ${{ inputs.output }}

0 comments on commit 3c0f2ac

Please sign in to comment.