Skip to content

Documentation request: file_commands and other mounted volumes #766

Open
@Nuru

Description

@Nuru

#684 added /github/file_commands to the list of volumes available in the Runner. I cannot find any documentation about this volume, or any documentation with a list of volumes mounted that includes file_commands.

I request documentation on all mounted volumes: their names and what they contain and/or are to be used for. From the code at

container.MountVolumes.Add(new MountVolume(tempHomeDirectory, "/github/home"));
container.MountVolumes.Add(new MountVolume(tempWorkflowDirectory, "/github/workflow"));
container.MountVolumes.Add(new MountVolume(tempFileCommandDirectory, "/github/file_commands"));
container.MountVolumes.Add(new MountVolume(defaultWorkingDirectory, "/github/workspace"));

it appears the following volumes are available (I would like documentation on each one):

  • /github/home
  • /github/workflow
  • /github/file_commands
  • /github/workspace

If such documentation already exists, please provide direct hyperlinks to it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions