Skip to content

Commit fcf9c1f

Browse files
committed
docs: updated readme for added feature
1 parent 8ce026b commit fcf9c1f

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Action for running commands in a windows docker
2+
# Action for running commands in a windows docker container
33

44
## State
55

@@ -29,8 +29,14 @@ Very simple hello world example:
2929
./run-test-script.ps1;
3030
```
3131

32-
On default, the github workspace directory is mapped to the docker volume path
33-
and work path.
32+
## Default environment
33+
34+
This action tries to stay close to GitHub's Action environment, and
35+
as such all GitHub defined [default environment variables](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables) are passed
36+
to the container by default.
37+
38+
By default, the github workspace directory is mapped to the docker volume path
39+
and work path.
3440

3541
<!-- action-docs-inputs -->
3642
## Inputs

0 commit comments

Comments
 (0)