debug helper
Some checks failed
Build, Push and Deploy / build-and-deploy (push) Successful in 2m27s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s

This commit is contained in:
eko
2026-03-22 09:48:32 +07:00
parent b162b8bbf4
commit 5466323535

View File

@@ -17,7 +17,7 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- run: sudo apt install xxd - run: apk add --no-cache vim
- run: ls -la - run: ls -la
- run: ls -la app - run: ls -la app
- run: ls -la app/Helpers - run: ls -la app/Helpers