We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901ab66 commit 2aeefbdCopy full SHA for 2aeefbd
.github/workflows/lifecycle.yml
@@ -32,12 +32,12 @@ jobs:
32
uses: actions/checkout@v2
33
with:
34
path: "${{ github.repository }}"
35
- # - name: Molecule for Ansible - converge Default
36
- # uses: MonolithProjects/action-molecule@v1.3.0
37
- # env:
38
- # PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
39
- # with:
40
- # molecule_command: converge
+ - name: Molecule for Ansible - converge Default
+ uses: MonolithProjects/action-molecule@v1.3.0
+ env:
+ PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ with:
+ molecule_command: converge
41
- name: Molecule for Ansible - converge tag uninstall
42
uses: MonolithProjects/action-molecule@v1.3.0
43
env:
0 commit comments