From 249365e4306bca9aba87d472a0d3d6f4a72615ef Mon Sep 17 00:00:00 2001 From: niblock Date: Sat, 7 Jun 2025 16:52:30 +0000 Subject: [PATCH] Add some more checks --- .forgejo/workflows/manual.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/manual.yml b/.forgejo/workflows/manual.yml index fdfcb91..4602cad 100644 --- a/.forgejo/workflows/manual.yml +++ b/.forgejo/workflows/manual.yml @@ -15,4 +15,12 @@ jobs: - name: List the repository files run: | - ls ${{ github.workspace }} \ No newline at end of file + ls ${{ github.workspace }} + + - name: Tell me who I am + run: | + whoami + + - name: Check for the Docker socket + run: | + ls -alh /var/run \ No newline at end of file