Skip to content

Commit

Permalink
DSO-2017: Add branding metadata (#2)
Browse files Browse the repository at this point in the history
* DSO-2017: initial version of deployment action

* DSO-2017: test with variable quotes

* DSO-2017: solve all typos

* DSO-2017: update README.md

* DSO-2017: fix typo on ansible_path

* DSO-2017: rename action file and some best practices

* DSO-2017: added branding metadata
  • Loading branch information
b-nicasio authored Feb 29, 2024
1 parent 1283405 commit 9c562ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ See [action.yml](action.yml)
Example usage:
```yaml
- uses: actions/ansible-deployment@v1
- uses: gbh-tech/ansible-deployment@v1
with:
playbook_path: 'playbooks'
playbook_name: 'stage.yaml'
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Ansible Deployment Action'
description: 'Configures base runner and runs deployment playbooks using Ansible.'
author: 'gbh-tech'
branding:
icon: 'book'
color: 'green'

inputs:
playbook_path:
Expand Down

0 comments on commit 9c562ac

Please sign in to comment.