Skip to content

Commit 3c5c3bb

Browse files
Molecule fix
Former-commit-id: 2724d2a
1 parent d01a158 commit 3c5c3bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: robertdebock/[email protected]
3737
with:
3838
entrypoint: /usr/local/bin/molecule
39-
args: "converge -- --tags uninstall"
39+
args:
40+
- "converge -- --tags uninstall"
4041
env:
4142
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)