Skip to content

Commit dd9231b

Browse files
Updtate action ver
Former-commit-id: 55dc3e6
1 parent 7e479b1 commit dd9231b

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,6 @@ jobs:
1818
with:
1919
path: "${{ github.repository }}"
2020
- name: Molecule for Ansible
21-
uses: MonolithProjects/action-molecule@1.0.4
21+
uses: MonolithProjects/action-molecule@v1.0.0
2222
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 }}

0 commit comments

Comments
 (0)