small refactor
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user