diff --git a/entrypoint.sh b/entrypoint.sh index fde2473..5e95dcc 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,7 @@ #!/bin/bash printenv +pipenv run pip list if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then branch_name="${{ github.event.pull_request.head.ref }}"