try
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 38s

This commit is contained in:
2026-02-11 12:10:50 +01:00
parent 6d3fc2381f
commit 81df0dea4b

View File

@@ -19,18 +19,12 @@ jobs:
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
run: ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo $USER
- run: echo $SHELL
- run: cat start.yml
- name: Run Ansible Playbook
run: |
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa || echo "Could not add default ssh key."
ansible-playbook start.yml
- run: ansible-playbook start.yml
- run: echo $USER