From 9c562ac7be7589c2327741aaf107a8a3295e4ba7 Mon Sep 17 00:00:00 2001 From: Bernie Nicasio Date: Thu, 29 Feb 2024 18:28:16 -0400 Subject: [PATCH] DSO-2017: Add branding metadata (#2) * 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 --- README.md | 2 +- action.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c11c6a..1d7490d 100644 --- a/README.md +++ b/README.md @@ -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' diff --git a/action.yml b/action.yml index 9769e84..a7d2e26 100644 --- a/action.yml +++ b/action.yml @@ -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: