Fix galaxy import
This commit is contained in:
parent
4320564ca8
commit
b148d1092d
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: trigger galaxy import
|
name: Galaxy-NG Roles Import
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -7,12 +7,18 @@ on:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger:
|
build:
|
||||||
|
name: Galaxy Role Importer
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: "Checkout git repo"
|
||||||
- name: Galaxy
|
uses: actions/checkout@v4
|
||||||
uses: robertdebock/galaxy-action@1.2.1
|
with:
|
||||||
|
submodules: true
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: "Release on galaxy"
|
||||||
|
uses: ansible-actions/ansible-galaxy-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
||||||
git_branch: main
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue