Skip to content

allows for publishing collections to AAP 2.5 hub #1145

allows for publishing collections to AAP 2.5 hub

allows for publishing collections to AAP 2.5 hub #1145

Workflow file for this run

---
# This workflow action will run pre-commit, which will execute ansible and yaml linting
# See .pre-commit-config.yaml for what hooks are executed
name: pre-commit tests
on:
pull_request:
push:
schedule:
- cron: "0 6 * * *"
jobs:
pre-commit_and_sanity:
uses: "redhat-cop/ansible_collections_tooling/.github/workflows/pre_commit_and_sanity.yml@main"
with:
collection_namespace: infra
collection_name: ee_utilities
collection_version: 2.0.0
collection_repo: https://github.com/redhat-cop/ee_utilities/
...