We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
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.
svg
The text was updated successfully, but these errors were encountered:
try with this:
- name: Render .drawio files uses: docker://ghcr.io/racklet/render-drawio-action:v1 with: # Showcasing the default values here args: '"--sub-dirs=." "--skip-dirs=.git" "--files==" "--formats=png,pdf,jpg,svg" "--log-level=debug"' id: render
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: 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.
Sorry, something went wrong.
No branches or pull requests
Example:
Generated console:
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.The text was updated successfully, but these errors were encountered: