add debug statements
This commit is contained in:
parent
721b6744bf
commit
8bc06ab492
@ -14,8 +14,14 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- shell: bash
|
||||||
|
run: echo "::debug:: Starting docket-fix-socket-perm A"
|
||||||
|
- shell: bash
|
||||||
|
run: echo "Starting docket-fix-socket-perm B"
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
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 }})
|
SOCK_OWNER_GID=$(stat -c %g ${{ inputs.socket-path }})
|
||||||
echo "::debug:: ${{ inputs.socket-path }} is owned by gid=$SOCK_OWNER_GID"
|
echo "::debug:: ${{ inputs.socket-path }} is owned by gid=$SOCK_OWNER_GID"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user