Skip to content

Commit

Permalink
verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Jan 23, 2024
1 parent 9416bd5 commit dc6246c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate-plantuml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
# with:
# ref: ${{ github.event.pull_request.head.ref }}
# The previous approach to generation has been deprecated because it does not allow a custom committer
# - name: plantuml
# id: plantuml
Expand All @@ -24,7 +22,7 @@ jobs:
run: |
sudo apt-get install -y plantuml graphviz
# This uses a slightly off-white background color because #ffffff renders as transparent for some reason
plantuml -tsvg -SbackgroundColor=fefefe -checkmetadata **/*.puml
plantuml -tsvg -SbackgroundColor=fefefe -checkmetadata -v **/*.puml
shell: bash
- name: commit changes
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit dc6246c

Please sign in to comment.