We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4317e3 commit c765544Copy full SHA for c765544
.github/workflows/generate-plantuml.yml
@@ -20,7 +20,7 @@ jobs:
20
echo "::set-output name=files::$(git diff --name-only HEAD^1 HEAD | grep .puml | xargs)"
21
22
- name: Generate SVG Diagrams
23
- uses: holowinski/plantuml-github-action@4313057c5689e84119ace1c22416d5158da9e5ee
+ uses: holowinski/plantuml-github-action@5ef932f0db4aa76e232fbf19f440248dd102b1d3
24
with:
25
args: -v -tsvg ${{steps.getfile.outputs.files}}
26
0 commit comments