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

This commit is contained in:
eko
2026-03-22 10:08:07 +07:00
parent 1feb633aa9
commit ddddec2b6d

View File

@@ -19,14 +19,15 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- run: ls -la - run: ls -la
- run: ls -la app - run: ls -la app
- run: ls -la app/Helpers - run: ls -la app/Helpers/Helper.php
- run: cat -n app/Helpers/Helper.php | head -5
- run: head -n 1 app/Helpers/Helper.php | od -c - run: head -n 1 app/Helpers/Helper.php | od -c
- run: head -n 5 app/Helpers/Helper.php - run: head -n 5 app/Helpers/Helper.php
- run: ls -la app/Helpers/Helper.php - run: ls -la app/Helpers/Helper.php
- run: xxd -l 50 app/Helpers/Helper.php - run: file app/Helpers/Helper.php
- run: nl -ba app/Helpers/Helper.php | head -10 - run: nl -ba app/Helpers/Helper.php | head -10
- run: php -l app/Helpers/Helper.php - run: php -l app/Helpers/Helper.php
- run: cat app/Helpers/Helper.php | cat -v
- run: pwd - run: pwd
- run: whoami - run: whoami