You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
# Action for running commands in a windows docker
2
+
# Action for running commands in a windows docker container
3
3
4
4
## State
5
5
@@ -29,8 +29,14 @@ Very simple hello world example:
29
29
./run-test-script.ps1;
30
30
```
31
31
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
0 commit comments