mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-13 13:20:18 +01:00
Merge branch 'master' of github.com:DO1JLR/ansible.restic
This commit is contained in:
commit
cebb2cc6b4
3 changed files with 3 additions and 3 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -6,4 +6,4 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
assignees:
|
assignees:
|
||||||
- 'mleutenegger'
|
- 'do1jlr'
|
||||||
|
|
2
.github/workflows/galaxy.yml
vendored
2
.github/workflows/galaxy.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: galaxy
|
- name: galaxy
|
||||||
uses: robertdebock/galaxy-action@1.1.0
|
uses: robertdebock/galaxy-action@1.1.1
|
||||||
with:
|
with:
|
||||||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: "${{ github.repository }}"
|
path: "${{ github.repository }}"
|
||||||
- name: molecule
|
- name: molecule
|
||||||
uses: robertdebock/molecule-action@2.6.8
|
uses: robertdebock/molecule-action@2.6.16
|
||||||
env:
|
env:
|
||||||
MOLECULE_DISTRO: ${{ matrix.distro }}
|
MOLECULE_DISTRO: ${{ matrix.distro }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue