add debug statements

This commit is contained in:
David Hiendl 2023-12-05 15:14:41 +01:00
parent 721b6744bf
commit 8bc06ab492

View File

@ -14,8 +14,14 @@ inputs:
runs:
using: "composite"
steps:
- shell: bash
run: echo "::debug:: Starting docket-fix-socket-perm A"
- shell: bash
run: echo "Starting docket-fix-socket-perm B"
- shell: bash
run: |
echo "Starting docket-fix-socket-perm C"
echo "::debug:: Starting docket-fix-socket-perm D"
SOCK_OWNER_GID=$(stat -c %g ${{ inputs.socket-path }})
echo "::debug:: ${{ inputs.socket-path }} is owned by gid=$SOCK_OWNER_GID"