Skip to content

Commit

Permalink
commit helps.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 12, 2021
1 parent 04515e8 commit 97a229d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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/molecule-action@2.6.11
uses: robertdebock/molecule-action@2.6.13
```
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/molecule-action@2.6.11
uses: robertdebock/molecule-action@2.6.13
with:
command: lint
test:
Expand All @@ -122,7 +122,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@2.6.11
uses: robertdebock/molecule-action@2.6.13
with:
image: "${{ matrix.image }}"
options: parallel
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:3.0.2'
image: 'docker://robertdebock/github-action-molecule:3.0.3'
env:
namespace: ${{ inputs.namespace }}
image: ${{ inputs.image }}
Expand Down

0 comments on commit 97a229d

Please sign in to comment.