Skip to content

Commit

Permalink
Merge pull request #9 from irunasroot/releases/v1
Browse files Browse the repository at this point in the history
v1.0.2 Release
  • Loading branch information
minsis authored Oct 22, 2024
2 parents 77f70ce + 4783e2a commit 31aa422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* text=auto eol=lf

dist/** -diff linguist-generated=true
license.txt -diff
dist/licenses.txt -diff
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 31aa422

Please sign in to comment.