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 03:10:09 +10:00
parent 25e8f67daf
commit 2418a98a79

View File

@@ -13,10 +13,7 @@ jobs:
- name: common-setup-just-created
run: |
cd /usr/share/ansible-repo/
# Example: Create a simple file
echo "Hello, Gitea Runner!" > output.txt
cat output.txt
git pull
shell: bash
# - name: Checkout repository manually using bash