mirror of
https://github.com/actions/checkout.git
synced 2025-07-10 20:40:44 +00:00
ENBL-4519 adding output variable to set the repo path
This commit is contained in:
parent
e6a424882a
commit
8f88041d21
3 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,8 @@ export function getInputs(): IGitSourceSettings {
|
|||
)
|
||||
}
|
||||
|
||||
core.setOutput('WORKSPACE_DIR', result.repositoryPath)
|
||||
|
||||
// Workflow repository?
|
||||
const isWorkflowRepository =
|
||||
qualifiedRepository.toUpperCase() ===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue