From 8bc06ab49248e568c805167c698a9200e5728adf Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Tue, 5 Dec 2023 15:14:41 +0100 Subject: [PATCH] add debug statements --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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"