Private
Public Access
2
0

Update .gitea/workflows/publish.yml

This commit is contained in:
2026-01-26 16:28:36 +01:00
parent 78be28c68e
commit 52cd626f82

View File

@@ -8,10 +8,9 @@ jobs:
publish:
runs-on: ubuntu-24.04
steps:
- run: >
apt install -y pipx yq &&
pipx install ansible==12.3.0 --include-deps &&
pipx inject ansible ansible-lint --include-apps
- run: apt install -y pipx yq &&
- run: pipx install ansible==12.3.0 --include-deps
- run: pipx inject ansible ansible-lint --include-apps
- uses: actions/checkout@v6
- run: >
cd seb4itik/byow &&