Private
Public Access
2
0

Merge pull request 'Update .gitea/workflows/publish.yml' (#3) from seb-patch-2 into main
Some checks failed
Publish collection to Galagxy / publish (push) Failing after 4s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-01-26 15:28:20 +01:00

View File

@@ -11,6 +11,9 @@ jobs:
- run: apt install -y pipx - run: apt install -y pipx
- run: pipx install ansible==12.3.0 --include-deps - run: pipx install ansible==12.3.0 --include-deps
- run: pipx inject ansible ansible-lint --include-apps - run: pipx inject ansible ansible-lint --include-apps
- uses: actions/checkout@v4 - uses: actions/checkout
- run: cd seb4itik/byow && /root/.local/bin/ansible-galaxy collection build - run: cd seb4itik/byow && /root/.local/bin/ansible-galaxy collection build
- run: pwd - uses: actions/upload-artifact
with:
name: seb4itik-byow
path: /workspace/itik/bgwaf/seb4itik/byow/seb4itik-byow-0.1.2.tar.gz