Skip to content

Commit

Permalink
2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Burnett01 committed Jan 16, 2022
1 parent 11b8c0b commit f1efda3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2021 Steven Agyekum <agyekum@posteo.de>
Copyright (c) 2020-2022 Steven Agyekum <agyekum@posteo.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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.1
uses: Burnett01/actions-drawio@1.2
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.1
uses: Burnett01/actions-drawio@1.2
with:
src: test.drawio
dest: test.png
Expand Down

0 comments on commit f1efda3

Please sign in to comment.