Skip to content

Commit b148d10

Browse files
committed
Fix galaxy import
1 parent 4320564 commit b148d10

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/trigger-galaxy.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
---
2-
name: trigger galaxy import
2+
name: Galaxy-NG Roles Import
33

44
on:
55
push:
66
tags:
77
- "*"
88

99
jobs:
10-
trigger:
10+
build:
11+
name: Galaxy Role Importer
1112
runs-on: ubuntu-latest
13+
1214
steps:
13-
- uses: actions/checkout@v4
14-
- name: Galaxy
15-
uses: robertdebock/[email protected]
15+
- name: "Checkout git repo"
16+
uses: actions/checkout@v4
17+
with:
18+
submodules: true
19+
fetch-depth: 0
20+
21+
- name: "Release on galaxy"
22+
uses: ansible-actions/[email protected]
1623
with:
1724
galaxy_api_key: ${{ secrets.galaxy_api_key }}
18-
git_branch: main

0 commit comments

Comments
 (0)