Update .gitea/workflows/publish.yml
This commit is contained in:
@@ -8,10 +8,9 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- run: >
|
- run: apt install -y pipx yq &&
|
||||||
apt install -y pipx yq &&
|
- run: pipx install ansible==12.3.0 --include-deps
|
||||||
pipx install ansible==12.3.0 --include-deps &&
|
- run: pipx inject ansible ansible-lint --include-apps
|
||||||
pipx inject ansible ansible-lint --include-apps
|
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: >
|
- run: >
|
||||||
cd seb4itik/byow &&
|
cd seb4itik/byow &&
|
||||||
|
|||||||
Reference in New Issue
Block a user