diff --git a/action.yml b/action.yml index 32a1d0d..a3eb2e7 100644 --- a/action.yml +++ b/action.yml @@ -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"