Skip to content

Commit

Permalink
entrypoint that works with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pgiles authored Aug 20, 2021
1 parent 1696a42 commit f40ba59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# `$*` expands the `args` supplied in an `array` individually
# or splits `args` in a string separated by whitespace.
sh -c "plantuml $*"
sh -c "java -Djava.awt.headless=true -jar /plantuml.jar $*"

0 comments on commit f40ba59

Please sign in to comment.