18 lines
301 B
YAML
18 lines
301 B
YAML
|
---
|
||
|
|
||
|
name: Deploy on Ansible Galaxy
|
||
|
|
||
|
'on':
|
||
|
- push
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: checkout
|
||
|
uses: actions/checkout@v2
|
||
|
- name: galaxy
|
||
|
uses: robertdebock/galaxy-action@1.2.0
|
||
|
with:
|
||
|
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|