From 370f51ccf2eda935259af8043c1d820f3da60253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Lape=C5=A1?= Date: Mon, 1 Apr 2024 17:44:44 +0200 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3dc794c..0bb342d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ workflow. dotenvMe: ${{ secrets.DOTENV_ME }} stage: "ci" move: true +- name: Your next step + run: source .env && echo $MY_ENV_VAR ``` ## Inputs