2024-08-26 21:56:50 +07:00
|
|
|
---
|
|
|
|
|
|
|
|
name: Deploy on Ansible Galaxy
|
|
|
|
|
|
|
|
'on':
|
|
|
|
- push
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Fetch code
|
|
|
|
uses: actions/checkout@v4
|
2024-10-21 22:52:45 +07:00
|
|
|
|
2024-08-26 21:56:50 +07:00
|
|
|
- name: galaxy
|
|
|
|
uses: robertdebock/galaxy-action@1.2.0
|
|
|
|
with:
|
2024-10-21 22:52:45 +07:00
|
|
|
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|