Skip to content

update omada version check script, issue templates and code of conduct #6

update omada version check script, issue templates and code of conduct

update omada version check script, issue templates and code of conduct #6

Workflow file for this run

name: CD
on:
workflow_dispatch:
inputs:
manual_deploy:
description: "deploy to ansible galaxy"
default: false
required: true
type: boolean
pull_request:
branches: [main]
types: [closed]
paths-ignore:
- "LICENSE"
- "README.md"
jobs:
deploy:
if: ${{ github.event.pull_request.merged == true || inputs.manual_deploy == true }}
uses: trfore/ansible-role/.github/workflows/deploy_ansible_galaxy.yml@main # remote repo
secrets:
API_KEY: ${{ secrets.GALAXY_API_KEY }}