diff --git a/.gitattributes b/.gitattributes index 44fb963..2ed8138 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ * text=auto eol=lf dist/** -diff linguist-generated=true -license.txt -diff +dist/licenses.txt -diff diff --git a/README.md b/README.md index 1d343fa..2b3365d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Create a GitHub Action Using TypeScript +# Action for launching an AWX/AAP Job or Workflow Template [![GitHub Super-Linter](https://github.com/irunasroot/action-awx-template/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) ![CI](https://github.com/irunasroot/action-awx-template/actions/workflows/ci.yml/badge.svg) @@ -162,11 +162,6 @@ versions, i.e. execution environment containers. ```yaml steps: - - name: Checkout - uses: actions/checkout@v4 - with: - ref: main - - name: Launch Super Template 10 uses: irunasroot/action-awx-template@v1 with: diff --git a/package.json b/package.json index 1c9c81d..5c08a7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "action-awx-template", "description": "Action for launching an AWX/AAP Job or Workflow Template", - "version": "v1.0.1", + "version": "v1.0.2", "author": "Dennis Whitney", "private": true, "homepage": "https://github.com/irunasroot/action-awx-template",