Skip to content

Commit 961075e

Browse files
Update Molecule action
1 parent 5630566 commit 961075e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,12 @@ jobs:
3030
- os: "ubuntu20"
3131
tag: "latest"
3232
steps:
33-
- name: Add jmespath
34-
uses: BSFishy/pip-action@v1
35-
with:
36-
packages: |
37-
jmespath
3833
- name: checkout
3934
uses: actions/checkout@v2
4035
with:
4136
path: "${{ github.repository }}"
4237
- name: Molecule for Ansible - GHR Repository
43-
uses: MonolithProjects/[email protected].1
38+
uses: MonolithProjects/[email protected].2
4439
env:
4540
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4641
with:
@@ -60,7 +55,7 @@ jobs:
6055
with:
6156
path: "${{ github.repository }}"
6257
- name: Molecule for Ansible - GHR Organization
63-
uses: MonolithProjects/[email protected].1
58+
uses: MonolithProjects/[email protected].2
6459
env:
6560
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6661
with:

0 commit comments

Comments
 (0)