Skip to content

Playbook and monolith support, better tests (#3) #8

Playbook and monolith support, better tests (#3)

Playbook and monolith support, better tests (#3) #8

Workflow file for this run

---
name: Deploy Collection
on: {}
# release:
# types:
# - created
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and Deploy Collection
uses: artis3n/ansible_galaxy_collection@v2
with:
api_key: '${{ secrets.GALAXY_API_KEY }}'