Skip to content

Commit

Permalink
rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Apr 6, 2020
1 parent ca33023 commit 82afb10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).

## master


## 0.0.1

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Action: Ansible Playbook
# Action: Play Ansible Playbook

Github Action for running Ansible Playbooks.

Expand Down Expand Up @@ -144,7 +144,7 @@ required: false
## Example Usage

```yaml
- name: Ansible Playbook
- name: Play Ansible Playbook
uses: arillso/action.playbook@master
with:
playbook: tests/playbook.yml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Ansible Playbook'
name: 'Play Ansible Playbook'
description: 'Github Action for running Ansible Playbooks.'
inputs:
galaxy_file:
Expand Down

0 comments on commit 82afb10

Please sign in to comment.