Skip to content

update collection dependencies #7

update collection dependencies

update collection dependencies #7

---
name: push to ansible galaxy
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
push:
tags:
- '*'
jobs:
galaxy:
name: galaxy
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-22.04
steps:
- name: Check out the codebase
uses: actions/checkout@v4
- name: Deploy Ansible Galaxy Collection
uses: artis3n/[email protected]
with:
api_key: '${{ secrets.GALAXY_API_KEY }}'