diff --git a/actions/installer/action.yml b/actions/installer/action.yml index 0f9f071..afa4025 100644 --- a/actions/installer/action.yml +++ b/actions/installer/action.yml @@ -23,6 +23,7 @@ runs: run: | echo "GH_ACTION_REF: ${GH_ACTION_REF}" echo "GH_ACTION_REPOSITORY: ${GH_ACTION_REPOSITORY}" + echo "PWD: $PWD" - name: Download the release binary id: download