Skip to content

Commit

Permalink
Changed license heading and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danpetitt committed Feb 9, 2020
1 parent 3aacaea commit 83a900b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
MIT License

The MIT License (MIT)

Copyright (c) 2020 Dan Petitt

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: OpenCover Badge Generator
uses: danpetitt/open-cover-badge-generator-action@1.0.6
uses: danpetitt/open-cover-badge-generator-action@v1.0.9
with:
path-to-opencover-xml: ./test/opencover.xml
path-to-badges: ./
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-cover-badge-generator-action",
"version": "1.0.8",
"version": "1.0.9",
"description": "GitHub Action to read an open cover xml file in the project folder and generate a badge to use in readme file",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 83a900b

Please sign in to comment.