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

push to ansible galaxy #16

push to ansible galaxy

push to ansible galaxy #16

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-trickster'
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: main