File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff 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/action-molecule@v1.4.1
38+ uses : MonolithProjects/action-molecule@v1.4.2
4439 env :
4540 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4641 with :
6055 with :
6156 path : " ${{ github.repository }}"
6257 - name : Molecule for Ansible - GHR Organization
63- uses : MonolithProjects/action-molecule@v1.4.1
58+ uses : MonolithProjects/action-molecule@v1.4.2
6459 env :
6560 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6661 with :
You can’t perform that action at this time.
0 commit comments