Update README.md

This commit is contained in:
Nick Alteen
2023-09-19 09:23:43 -04:00
committed by GitHub
parent 5b1b6219a1
commit d5bfbf6af2

View File

@@ -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`. Or you can pass a file with environment variables using `--env-file`.
```bash ```bash
$ cat ./.env.test $ echo "INPUT_MILLISECONDS=2000" > ./.env.test
INPUT_MILLISECONDS=2000
$ docker run --env-file ./.env.test actions/container-toolkit-action $ docker run --env-file ./.env.test actions/container-toolkit-action
::debug::The event payload: {} ::debug::The event payload: {}