File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
path : " ${{ github.repository }}"
20
20
- name : Molecule for Ansible
21
- uses : MonolithProjects/action-molecule@1 .0.4
21
+ uses : MonolithProjects/action-molecule@v1 .0.0
22
22
env :
23
- PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24
- # uninstall:
25
- # needs:
26
- # - test
27
- # runs-on: ubuntu-latest
28
- # strategy:
29
- # fail-fast: false
30
- # steps:
31
- # - name: checkout
32
- # uses: actions/checkout@v2
33
- # with:
34
- # path: "${{ github.repository }}"
35
- # - name: molecule
36
- # uses: robertdebock/[email protected]
37
- # with:
38
- # entrypoint: /usr/local/bin/molecule
39
- # optionst: "converge -- --tags uninstall"
40
- # env:
41
- # PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
23
+ PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments