mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-15 16:10:19 +01:00
5d1b9dc53c
* add: galaxy action * fix var name * run galaxy on very commit * add: molecule action * add: matrix * remove travis * add editor config * beautify * add linter * ansible dir * add: tests * package ecosystem * fix filename * fix
20 lines
364 B
YAML
20 lines
364 B
YAML
---
|
|
name: 🌌 Galaxy import
|
|
|
|
on:
|
|
push: {}
|
|
release:
|
|
types:
|
|
- published
|
|
|
|
jobs:
|
|
import:
|
|
name: 🚀 Galaxy Action
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: checkout
|
|
uses: actions/checkout@v2
|
|
- name: galaxy
|
|
uses: robertdebock/galaxy-action@1.0.3
|
|
with:
|
|
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|