Skip to content

Commit

Permalink
Prepare for release with container using newer components.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 20, 2023
1 parent a02116c commit a71e455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected].1
uses: robertdebock/[email protected].2
```
NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role.
Expand All @@ -99,7 +99,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected].1
uses: robertdebock/[email protected].2
with:
command: lint
test:
Expand All @@ -122,7 +122,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected].1
uses: robertdebock/[email protected].2
with:
image: "${{ matrix.image }}"
options: parallel
Expand All @@ -136,7 +136,7 @@ You can enable Molecule debugging by using this pattern:
```yaml
# Stuff omitted.
- name: molecule
uses: robertdebock/[email protected].1
uses: robertdebock/[email protected].2
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:

runs:
using: docker
image: 'docker://robertdebock/github-action-molecule:5.0.1'
image: 'docker://robertdebock/github-action-molecule:5.0.2'
env:
ANSIBLE_ROLES_PATH: "../"
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
Expand Down

0 comments on commit a71e455

Please sign in to comment.