Skip to content

Commit 797c13a

Browse files
authored
Update action.yml
1 parent 8599812 commit 797c13a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# action.yml
2-
name: 'Waxseal'
3-
description: 'Compiles Markdown documents to LaTeX PDFs using a template.'
2+
name: Waxseal Action
3+
description: Compiles Markdown documents to LaTeX PDFs using a template.
44
author: Simon Fish <si@mon.fish>
55
inputs:
66
input_directory:
@@ -21,4 +21,4 @@ runs:
2121
- --output-dir=${{ inputs.output_directory }}
2222
branding:
2323
icon: 'edit'
24-
color: 'blue'
24+
color: 'blue'

0 commit comments

Comments
 (0)