From fb35dcd3e8181ae55b4e302030b83f072f90ccd3 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Thu, 7 Nov 2024 00:40:34 +0100 Subject: [PATCH] add Draw.io Export Action into Utility section This GitHub action wraps around the docker image, enabling the user to manage Draw.io exporting all their diagrams. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f38a630..2d251bb 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Minisauras](https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch. - [Website to GIF](https://github.com/PabloLec/website-to-gif) - Turn any webpage into a GIF to display on your README, docs, etc. - [Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows +- [Draw.io Export Action](https://github.com/rlespinasse/drawio-export-action) - Recursively export Draw.io Files to multiple formats. #### Environments