We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccaa0e commit 6b42f0dCopy full SHA for 6b42f0d
.github/workflows/site.yml
@@ -34,14 +34,14 @@ jobs:
34
run: |
35
echo "$THISDIR/bin" >> "$GITHUB_PATH"
36
curl -L -o plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2026.1/plantuml-1.2026.1.jar
37
- echo "$JAVA_HOME/bin/java -jar $THISDIR/bin/plantuml.jar $@" >plantuml
+ echo "$JAVA_HOME/bin/java -jar $THISDIR/bin/plantuml.jar \$@" >plantuml
38
chmod +x plantuml
39
working-directory: ./bin
40
- name: try plantuml
41
uses: coactions/setup-xvfb@v1
42
with:
43
44
- echo "@startuml\nversion\n@enduml"> test.puml
+ printf "@startuml\nversion\n@enduml\n"> test.puml
45
plantuml test.puml
46
47
0 commit comments