We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be084ba commit ef4028bCopy full SHA for ef4028b
docs/usage.md
@@ -54,7 +54,7 @@ Options:
54
--exclude-env <name> Exclude a specific environment variable from --env-all passthrough
55
(can be specified multiple times)
56
--env-file <path> Read environment variables from a file (KEY=VALUE format, one per line)
57
- -v, --mount <path:path> Volume mount (can be specified multiple times). Format:
+ -v, --mount <host_path:container_path[:ro|rw]> Volume mount (can be specified multiple times). Format:
58
host_path:container_path[:ro|rw]
59
--container-workdir <dir> Working directory inside the container (should match GITHUB_WORKSPACE
60
for path consistency)
0 commit comments