Skip to content

Commit a9690f7

Browse files
Molecule fix
Former-commit-id: 345ce16
1 parent b3d432e commit a9690f7

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
@@ -36,6 +36,6 @@ jobs:
3636
uses: gofrolist/molecule-action@master
3737
with:
3838
molecule_command: converge
39-
molecule_args: "-- --tags uninstall"
39+
molecule_args: [ -- --tags uninstall ]
4040
env:
4141
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)