.
All checks were successful
deploy host / checkout-code (push) Successful in 2s
deploy host / ansible-playbook (push) Successful in 1s

This commit is contained in:
2024-09-01 01:35:18 +01:00
parent b719c1b53e
commit d4de708917

View File

@@ -16,11 +16,12 @@ jobs:
container: container:
image: librespace/ansible image: librespace/ansible
volumes: volumes:
- ${{github.workspace}}/ansible:/ansible - ${PWD}/ansible:/ansible
steps: steps:
- name: ls - name: ls
shell: bash shell: bash
run: | run: |
echo ${{gitea.workspace}}
ls /workspace -lah ls /workspace -lah
# run: | # run: |