From a2f91cbad15a1f1f30ed316d0a9cbccdc33f23d4 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Wed, 8 Jul 2020 14:16:24 +0530 Subject: [PATCH] (info) Pass env variable as string (#69) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc34527..0ac0383 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,8 @@ Pass environment variable to shell script echo "sha: $SHA" ``` +_Inside `env` object, you need to pass every environment variable as a string, passing `Integer` data type or any other may output unexpected results._ + Stop script after first failure. ex: missing `abc` folder ```diff