Skip to content

.github: test ci

.github: test ci #1

# Pushes a Ansible role to Ansible Galaxy
name: Ansible Galaxy Push Role
on:
push:
branches:
- main
workflow_dispatch:
jobs:
ansible_galaxy_push_role:

Check failure on line 12 in .github/workflows/ansible-galaxy-push-role.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ansible-galaxy-push-role.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
runs-on: ubuntu-latest
- uses: actions/checkout@v2
- name: Push to Galaxy
run: ansible-galaxy role import sleepy-nols ansible-jellyfin --branch main --token $ANSIBLE_GALAXY_API_KEY