Skip to content

Commit

Permalink
Even one version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 10, 2022
1 parent 79bd57a commit 5be2943
Showing 1 changed file with 4 additions and 4 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].6
uses: robertdebock/[email protected].7
```

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].6
uses: robertdebock/[email protected].7
with:
command: lint
test:
Expand All @@ -122,7 +122,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected].6
uses: robertdebock/[email protected].7
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].6
uses: robertdebock/[email protected].7
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down

0 comments on commit 5be2943

Please sign in to comment.