New version of actions.
This commit is contained in:
parent
23108cce72
commit
1f818e60ec
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: molecule
|
- name: molecule
|
||||||
uses: robertdebock/molecule-action@1.1.1
|
uses: robertdebock/molecule-action@1.1.3
|
||||||
with:
|
with:
|
||||||
image: {% raw %}${{ matrix.image }}{% endraw %}
|
image: {% raw %}${{ matrix.image }}{% endraw %}
|
||||||
|
|
||||||
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
path: {% raw %}"${{ github.repository }}"{% endraw %}
|
path: {% raw %}"${{ github.repository }}"{% endraw %}
|
||||||
|
|
||||||
- name: molecule
|
- name: molecule
|
||||||
uses: robertdebock/molecule-action@1.1.1
|
uses: robertdebock/molecule-action@1.1.3
|
||||||
with:
|
with:
|
||||||
image: {% raw %}${{ matrix.image }}{% endraw %}
|
image: {% raw %}${{ matrix.image }}{% endraw %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: galaxy
|
- name: galaxy
|
||||||
uses: robertdebock/galaxy-action@1.0.0
|
uses: robertdebock/galaxy-action@1.0.1
|
||||||
with:
|
with:
|
||||||
galaxy_api_key: {% raw %}${{ secrets.galaxy_api_key }}{% endraw %}
|
galaxy_api_key: {% raw %}${{ secrets.galaxy_api_key }}{% endraw %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue