File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 76
76
with :
77
77
path : " ${{ github.repository }}"
78
78
- name : molecule
79
- uses : buluma/molecule-action@4 .0.5
79
+ uses : buluma/molecule-action@v4 .0.5
80
80
` ` `
81
81
82
82
NOTE: the ` checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role.
99
99
with:
100
100
path: "${{ github.repository }}"
101
101
- name: molecule
102
- uses: buluma/molecule-action@4 .0.5
102
+ uses: buluma/molecule-action@v4 .0.5
103
103
with:
104
104
command: lint
105
105
test:
@@ -122,7 +122,7 @@ jobs:
122
122
with:
123
123
path: "${{ github.repository }}"
124
124
- name: molecule
125
- uses: buluma/molecule-action@4 .0.5
125
+ uses: buluma/molecule-action@v4 .0.5
126
126
with:
127
127
image: "${{ matrix.image }}"
128
128
options: parallel
@@ -136,7 +136,7 @@ You can enable Molecule debugging by using this pattern:
136
136
` ` ` yaml
137
137
# Stuff omitted.
138
138
- name: molecule
139
- uses: buluma/molecule-action@4 .0.5
139
+ uses: buluma/molecule-action@v4 .0.5
140
140
with:
141
141
image: ${{ matrix.config.image }}
142
142
tag: ${{ matrix.config.tag }}
You can’t perform that action at this time.
0 commit comments