From 17bee3b1538e29b294c261d2aa28d968bf2a26ba Mon Sep 17 00:00:00 2001 From: AkhileshNS Date: Fri, 18 Sep 2020 23:16:14 +0530 Subject: [PATCH] Minor addition to the env_file description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3499abd..7d0a7c7 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,7 @@ On that note, if you've set these variables and have deployed your app, you can ### ENV File -You can if you wish also pass the path to an env file as an option to the action. The action will then read that file and set the config vars accordingly in Heroku +You can if you wish also pass the path to an env file (with respect to your appdir path) as an option to the action. The action will then read that file and set the config vars accordingly in Heroku _.github/workflows/main.yml_