Skip to content

Commit 83cf55a

Browse files
Fix examples
1 parent e80c4dc commit 83cf55a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
path: "${{ github.repository }}"
5858
- name: Molecule
59-
uses: monolithprojects/action-molecule@v1.0.1
59+
uses: monolithprojects/action-molecule@v1.2.0
6060
```
6161

6262
### Ansible Tags testing
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
path: "${{ github.repository }}"
7676
- name: Molecule
77-
uses: monolithprojects/action-molecule@v1.0.1
77+
uses: monolithprojects/action-molecule@v1.2.0
7878
with:
7979
molecule_command: converge
8080
converge_tags: foo,bar

0 commit comments

Comments
 (0)