Skip to content

update 'push to ansible galaxy' workflow #166

update 'push to ansible galaxy' workflow

update 'push to ansible galaxy' workflow #166

Workflow file for this run

---
name: push to ansible galaxy
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
galaxy:
name: galaxy
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Check out the codebase
uses: actions/checkout@v4
with:
path: 'ansible-mariadb'
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: main