small refactor
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
hogweed1
2025-11-17 02:44:37 +10:00
parent 7ca4e05554
commit 7195dba254
4 changed files with 9 additions and 11 deletions

View File

@@ -11,11 +11,8 @@ jobs:
steps:
- name: common-setup-just-created
run: |
echo "Current working directory:"
pwd
echo "Files in workspace:"
ls -lsa
run: |
cd /usr/share/ansible-repo/
# Example: Create a simple file
echo "Hello, Gitea Runner!" > output.txt