Skip to content

improved funcs and refacted (#167) #209

improved funcs and refacted (#167)

improved funcs and refacted (#167) #209

name: generate plantuml
on: push
jobs:
generate_plantuml:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
name: plantuml
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: plantuml
id: plantuml
uses: grassedge/[email protected]
with:
message: "Render PlantUML files"
path: docs/images
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}