Skip to content

Commit b3d432e

Browse files
Molecule fix
Former-commit-id: e52c528
1 parent 24a728a commit b3d432e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: molecule
3636
uses: gofrolist/molecule-action@master
3737
with:
38-
molecule_args: -- --tags uninstall
3938
molecule_command: converge
39+
molecule_args: "-- --tags uninstall"
4040
env:
4141
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)