diff --git a/templates/molecule-action.yml.j2 b/templates/molecule-action.yml.j2 index e5fa6ea..2986417 100644 --- a/templates/molecule-action.yml.j2 +++ b/templates/molecule-action.yml.j2 @@ -38,8 +38,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 - with: - path: {% raw %}"${{ github.repository }}"{% endraw %} - name: Set up Python 3. uses: actions/setup-python@v5 @@ -49,13 +47,13 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - # pip install molecule molecule-plugins[docker] docker ansible pip install -r requirements.txt - name: molecule run: molecule converge env: image: {% raw %}${{ matrix.config.image }}{% endraw %} + tag: {% raw %}${{ matrix.config.tag }}{% endraw %} {% if github_variables_mapping is defined %} {% for item in github_variables_mapping %}