Update README.md

This commit is contained in:
Nick Alteen
2023-09-19 09:22:33 -04:00
committed by GitHub
parent 5234986e11
commit fa3159f173

View File

@@ -87,8 +87,7 @@ need to perform some initial setup steps before you can test your action.
Or you can pass a file with environment variables using `--env-file`.
```bash
$ cat ./.env.test
INPUT_WHO_TO_GREET="Mona Lisa Octocat"
$ echo "INPUT_WHO_TO_GREET=\"Mona Lisa Octocat\"" > ./.env.test
$ docker run --env-file ./.env.test actions/hello-world-docker-action
::notice file=entrypoint.sh,line=7::Hello, Mona Lisa Octocat!