Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Formats are being ignored in the workflow and only SVG is being generated #18

@jpeiffer

Description

@jpeiffer

Example:

      - name: Generate diagrams
        uses: docker://ghcr.io/racklet/render-drawio-action:v1.1.0
        id: render
        with:
          formats: "png,jpg"
          skip-dirs: ".git"
          sub-dirs: "."

Generated console:
image

Despite the formats being set as "png,jpg", the console seems to be implying that only svg was passed in, and that's what it's generating.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions