Skip to content

Commit

Permalink
Update render.yml
Browse files Browse the repository at this point in the history
: => =
  • Loading branch information
LeftistTachyon authored Mar 18, 2024
1 parent bf47a9e commit 90c1b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: docker://ghcr.io/racklet/render-drawio-action:v1
with:
formats: 'png'
files: 'Wires.drawio.xml:wires.png'
files: 'Wires.drawio.xml=wires.png'
id: render
- name: List the rendered files
run: 'ls -l ${{ steps.render.outputs.rendered-files }}'
Expand Down

0 comments on commit 90c1b85

Please sign in to comment.