Skip to content

severgroup-tt/actions-drawio-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

actions-drawio-cli

Run drawio-desktop in your github actions pipeline!

Usage

See action.yml

Params

  • source - input source file or directory
  • destination - output file or directory
  • format - output file format, default: svg

Example

Better use with actions-checkout and git-auto-commit

steps:
  - uses: actions/checkout@v2
    with:
      ref: ${{ github.head_ref }}
  - uses: severgroup-tt/actions-drawio-cli@v0.0.2
    with:
      source: doc/diagram.drawio
      destination: doc/diagram.svg
  - uses: stefanzweifel/git-auto-commit-action@v4
    with:
      file_pattern: doc/*.svg
      commit_message: Update diagrams

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages