diff --git a/.gitattributes b/.gitattributes index 44fb963..215bc3f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ * text=auto eol=lf dist/** -diff linguist-generated=true -license.txt -diff +licenses.txt -diff diff --git a/README.md b/README.md index bf0424c..c8398e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Create a GitHub Action Using TypeScript +# Action for creating an AWX/AAP Project [![GitHub Super-Linter](https://github.com/irunasroot/action-awx-project/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) ![CI](https://github.com/irunasroot/action-awx-project/actions/workflows/ci.yml/badge.svg) diff --git a/package.json b/package.json index 6014a15..ff8133c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "action-awx-project", "description": "Action for creating an AWX/AAP Project", - "version": "v1.0.2", + "version": "v1.0.3", "author": "Dennis Whitney", "private": true, "homepage": "https://github.com/irunasroot/action-awx-project",