Skip to content

Commit

Permalink
fix: use right image url
Browse files Browse the repository at this point in the history
  • Loading branch information
tssge committed Nov 13, 2023
1 parent 182601e commit 30567aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
default: 'README.pdf'
runs:
using: 'docker'
image: 'docker://ghcr.io/github/pandoc-mermaid-action:2.0'
image: 'docker://ghcr.io/net9-oy/pandoc-mermaid-action:v2'
args:
- ${{ inputs.output-file }}
- ${{ inputs.input-file }}

0 comments on commit 30567aa

Please sign in to comment.