Skip to content

Commit

Permalink
Merge pull request #2 from Burnett01/feat/1.1
Browse files Browse the repository at this point in the history
v 1.1
  • Loading branch information
Burnett01 authored Apr 30, 2021
2 parents 94b252e + bf2b189 commit 11b8c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can run this action by using the ``with:`` block
steps:
- uses: actions/checkout@v2
- name: Convert digramm to png
uses: Burnett01/actions-drawio@1.0
uses: Burnett01/actions-drawio@1.1
with:
src: diagramm.drawio
dest: diagramm.png
Expand All @@ -40,7 +40,7 @@ You can combine this actions with other ones, such as [upload-artifact](https://
steps:
- uses: actions/checkout@v2
- name: Convert test file to png image
uses: Burnett01/actions-drawio@1.0
uses: Burnett01/actions-drawio@1.1
with:
src: test.drawio
dest: test.png
Expand Down

0 comments on commit 11b8c0b

Please sign in to comment.