6
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 1s

This commit is contained in:
changsongdong
2025-11-03 21:49:02 +08:00
parent 7a4a43e913
commit c74ad94102

View File

@ -14,4 +14,6 @@ jobs:
- name: Check out repository code
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
- name: List files
run: ls -la
run: ls -la
- name: docker command
run: docker ps -a