Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

push to ansible galaxy #35

push to ansible galaxy

push to ansible galaxy #35

Workflow file for this run

---
name: push to ansible galaxy
on:
workflow_dispatch:
workflow_run:
workflows:
- "CI"
branches:
- main
types:
- completed
jobs:
galaxy:
name: galaxy
runs-on: ubuntu-20.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check out the codebase
uses: actions/checkout@v3
with:
path: 'ansible-knot'
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: main