2 Commits
0.1 ... 0.1.2

Author SHA1 Message Date
itdoginfo
df8ecd5cdc fix 2024-04-18 15:29:08 +03:00
itdoginfo
5e9576258e Added workflow 2024-04-18 15:26:59 +03:00

19
.github/workflows/public-galaxy.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Public to Ansible Galaxy
on:
push:
branches: [ "role" ]
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Publish Ansible role to Galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: role