GitHub Action that looks for drawio files in a repo, and renders PNGs of each of them in place.
The GitHub token used to authenticate with GitHub.
Required
Paths to not render.
Optional
Commit message to post when rendering PNGs.
Required
Default Value
If unspecified, it defaults to the following message:
Render diagrams
- name: Render DrawIO Diagrams
uses: gps/render-drawio@master
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}