Skip to content

Commit 918d9bc

Browse files
Use different action
Former-commit-id: 67d9e2b
1 parent 57ce342 commit 918d9bc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
path: "${{ github.repository }}"
20-
- name: molecule
21-
uses: monolithprojects/action-molecule@master
22-
with:
23-
molecule_command: converge
24-
converge_tags: uninstall
20+
- name: Molecule for Ansible
21+
uses: MonolithProjects/[email protected]
2522
env:
2623
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2724
# uninstall:

0 commit comments

Comments
 (0)