Skip to content

Commit 4c25ff4

Browse files
authored
Update README.md
1 parent 422b924 commit 4c25ff4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
path: "${{ github.repository }}"
7878
- name: molecule
79-
uses: buluma/molecule-action@4.0.5
79+
uses: buluma/molecule-action@v4.0.5
8080
```
8181
8282
NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role.
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
path: "${{ github.repository }}"
101101
- name: molecule
102-
uses: buluma/molecule-action@4.0.5
102+
uses: buluma/molecule-action@v4.0.5
103103
with:
104104
command: lint
105105
test:
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
path: "${{ github.repository }}"
124124
- name: molecule
125-
uses: buluma/molecule-action@4.0.5
125+
uses: buluma/molecule-action@v4.0.5
126126
with:
127127
image: "${{ matrix.image }}"
128128
options: parallel
@@ -136,7 +136,7 @@ You can enable Molecule debugging by using this pattern:
136136
```yaml
137137
# Stuff omitted.
138138
- name: molecule
139-
uses: buluma/molecule-action@4.0.5
139+
uses: buluma/molecule-action@v4.0.5
140140
with:
141141
image: ${{ matrix.config.image }}
142142
tag: ${{ matrix.config.tag }}

0 commit comments

Comments
 (0)