Skip to content

Merge pull request #50 from systemli/feat/debian12 #15

Merge pull request #50 from systemli/feat/debian12

Merge pull request #50 from systemli/feat/debian12 #15

Workflow file for this run

---
name: Ansible Galaxy
on:
push:
branches:
- main
tags:
- "*"
jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@main
with:
git-branch: ${{ github.ref_name }}
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}