diff --git a/.gitea/workflows/deploy_rdpconnect.yaml b/.gitea/workflows/deploy_rdpconnect.yaml index f082e54..9819e62 100644 --- a/.gitea/workflows/deploy_rdpconnect.yaml +++ b/.gitea/workflows/deploy_rdpconnect.yaml @@ -13,15 +13,14 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged steps: - - name: Base requirements + - name: "Base requirements" run: | # packages - apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible - # ansible collections - ansible-galaxy collection install community.general --force - ansible-galaxy collection install ansible.posix --force - - - name: Check out repo code + apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible + # ansible collections + ansible-galaxy collection install community.general --force + ansible-galaxy collection install ansible.posix --force + - name: "Check out repo code" uses: actions/checkout@v4 - run: ls - name: "Build"