Skip to content

Commit

Permalink
Add action description
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Apr 29, 2023
1 parent 666fea9 commit 5ff7d98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "FHIR IG Action"
description: ""
description: "A GitHub Action for FHIR IGs."
author: "Quentin Ligier"
inputs:
ig-publisher:
description: "The IG Publisher version to use. 'latest' | 'x.y.z'"
Expand Down Expand Up @@ -73,3 +74,6 @@ runs:
FORCE_FANCY_CHARACTERS: "true" # Force fancy characters in SUSHI output
run: java -jar input-cache/publisher.jar ig.ini
# To try: https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md
branding:
icon: "play"
color: "orange"

0 comments on commit 5ff7d98

Please sign in to comment.