mirror of
https://github.com/roles-ansible/ansible_role_etesync_dav.git
synced 2024-08-16 10:09:54 +02:00
25 lines
486 B
YAML
25 lines
486 B
YAML
|
---
|
||
|
name: Galaxy-NG Roles Import
|
||
|
|
||
|
# yamllint disable-line rule:truthy
|
||
|
on:
|
||
|
release:
|
||
|
types: ['created']
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
name: Jinja2 Linting
|
||
|
runs-on: ubuntu-latest
|
||
|
|
||
|
steps:
|
||
|
- name: 'Checkout git repo'
|
||
|
uses: actions/checkout@v4
|
||
|
with:
|
||
|
submodules: true
|
||
|
fetch-depth: 0
|
||
|
|
||
|
- name: 'Release on galaxy'
|
||
|
uses: ansible-actions/ansible-galaxy-action@v1.0.1
|
||
|
with:
|
||
|
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|