Skip to content

Commit

Permalink
Merge pull request #16 from RedlineTriad/feature/fix-action-name
Browse files Browse the repository at this point in the history
fix(docs): Use unique name for action
  • Loading branch information
RedlineTriad authored Oct 30, 2022
2 parents 777b0ae + 06efb14 commit 2b4095b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Ansible Molecule
description: Run Ansible Molecule
name: Ansible Molecule Vagrant QEMU
description: Run Ansible Molecule with Vagrant using QEMU
author: https://github.com/RedlineTriad/

branding:
Expand Down Expand Up @@ -49,7 +49,7 @@ inputs:
description: |
Arguments:
-s, --scenario-name TEXT Name of the scenario to target. (default)
-d, --driver-name [delegated|docker]
-d, --driver-name [delegated|docker|vagrant]
Name of driver to use. (delegated)
--all / --no-all Test all scenarios. Default is False.
--destroy [always|never] The destroy strategy used at the conclusion of a Molecule run (always).
Expand Down

0 comments on commit 2b4095b

Please sign in to comment.