Specifying a workflow action's source repository
Use the following instructions to specify a source repository to use with a workflow action. On startup, the action bundles the files at the configured source repository into an artifact, downloads the artifact to the runtime environment Docker image where the action is running, and then completes its processing using the downloaded files.
Note
Currently, within a workflow action, you can only specify one source repository,
which is the source repository where the workflow definition file resides (in the
.codecatalyst/workflows/
directory or one of its
subdirectories). This source repository is represented by the label
WorkflowSource
.