Skip to content

Commit

Permalink
fix: make embedding of images in SVG files work
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrc committed Mar 29, 2023
1 parent 187cb7f commit 58e218d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -83,6 +83,6 @@ runs:
INPUT_EMBED_DIAGRAM: ${{ inputs.embed-diagram }}
INPUT_REMOVE_PAGE_SUFFIX: ${{ inputs.remove-page-suffix }}
INPUT_ENABLE_PLUGINS: ${{ inputs.enable-plugins }}
INPUT_EMBED_SVG_IMAGES: ${{ inputs.embed-evg-images }}
INPUT_EMBED_SVG_IMAGES: ${{ inputs.embed-svg-images }}
INPUT_ACTION_MODE: ${{ inputs.action-mode }}
INPUT_SINCE_REFERENCE: ${{ inputs.since-reference }}

0 comments on commit 58e218d

Please sign in to comment.