fix logging

This commit is contained in:
David Hiendl 2023-12-05 16:43:58 +01:00
parent 01e16a96e8
commit 38b689d195

View File

@ -16,13 +16,12 @@ runs:
steps:
- shell: bash
run: |
echo "Starting docket-fix-socket-perm A"
echo "Starting docker-fix-socket-perm ..."
- shell: bash
env:
SOCKET_PATH: ${{ inputs.socket-path }}
WORKAROUND_GROUP: ${{ inputs.workaround-group }}
run: |
echo "Starting docket-fix-socket-perm B"
SOCK_OWNER_GID=$(stat -c %g $SOCKET_PATH)
echo "$SOCKET_PATH is owned by gid=$SOCK_OWNER_GID"