File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ jobs:
1414 steps :
1515 - name : Checkout Source
1616 uses : actions/checkout@v1
17- - name : Generate SVG Diagrams
18- uses : cloudbees/plantuml-github-action@master
19- with :
20- args : -v -tsvg $UML_FILES
2117 - name : Get changed UML files
2218 id : getfile
2319 run : |
2420 echo "::set-output name=files::$(git diff-tree -r --no-commit-id --name-only ${{ github.sha }} | grep ${{ env.UML_FILES }} | xargs)"
2521 - name : UML files considered echo output
2622 run : |
2723 echo ${{ steps.getfile.outputs.files }}
24+ - name : Generate SVG Diagrams
25+ uses : cloudbees/plantuml-github-action@master
26+ with :
27+ args : -v -tsvg ${{ steps.getfile.outputs.files }}
2828 - name : Generate PNG Diagrams
2929 uses : cloudbees/plantuml-github-action@master
3030 with :
31- args : -v -tpng $UML_FILES
31+ args : -v -tpng ${{ steps.getfile.outputs.files }}
3232 - name : Push Local Changes
3333 uses :
stefanzweifel/[email protected] 3434 with :
You can’t perform that action at this time.
0 commit comments