print environment

This commit is contained in:
ThetaDev
2024-03-02 19:44:22 +01:00
parent 8a5b946685
commit bb17b53eec

View File

@@ -2,6 +2,9 @@
set -e pipefail set -e pipefail
if [ "$INPUT_DEBUG" = "true" ]; then if [ "$INPUT_DEBUG" = "true" ]; then
echo "environment:"
printenv
echo ""
set -x set -x
fi fi