Skip to content

Commit

Permalink
Update Molecule action
Browse files Browse the repository at this point in the history
  • Loading branch information
MonolithProjects committed Apr 3, 2021
1 parent 5630566 commit 961075e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,12 @@ jobs:
- os: "ubuntu20"
tag: "latest"
steps:
- name: Add jmespath
uses: BSFishy/pip-action@v1
with:
packages: |
jmespath
- name: checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: Molecule for Ansible - GHR Repository
uses: MonolithProjects/action-molecule@v1.4.1
uses: MonolithProjects/action-molecule@v1.4.2
env:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand All @@ -60,7 +55,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: Molecule for Ansible - GHR Organization
uses: MonolithProjects/action-molecule@v1.4.1
uses: MonolithProjects/action-molecule@v1.4.2
env:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down

0 comments on commit 961075e

Please sign in to comment.