mirror of
https://github.com/actions/container-toolkit-action.git
synced 2025-12-10 11:56:49 +00:00
Update README.md
This commit is contained in:
@@ -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: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user