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