Skip to content

Commit aa85753

Browse files
Molecule fix
Former-commit-id: 34e26c5
1 parent f24c86c commit aa85753

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
3333
with:
3434
path: "${{ github.repository }}"
3535
- name: molecule
36-
uses: robertdebock/molecule-action@2.0.0
36+
uses: gofrolist/molecule-action@master
3737
with:
38-
entrypoint: /usr/local/bin/molecule
39-
args:
40-
- 'converge -- --tags uninstall'
38+
molecule_command: "converge -- --tags uninstall"
4139
env:
4240
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)