From d5bfbf6af279e30b44cf3411096e07da81bc18d5 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Tue, 19 Sep 2023 09:23:43 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index caa4911..ad3198c 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,7 @@ need to perform some initial setup steps before you can develop your action. Or you can pass a file with environment variables using `--env-file`. ```bash - $ cat ./.env.test - INPUT_MILLISECONDS=2000 + $ echo "INPUT_MILLISECONDS=2000" > ./.env.test $ docker run --env-file ./.env.test actions/container-toolkit-action ::debug::The event payload: {}