Refer to $GITHUB_WORKSPACE specifically in source-root description
Previously, I had tried to refer to '${{ github.workspace }}', but that caused a problem in Actions. Trying to avoid the issue, I changed this to "the workspace," but this gives up quite a bit of specificity.
Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
parent
e1cd5244c8
commit
66df091046
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ inputs:
|
||||||
required: true
|
required: true
|
||||||
default: 'true'
|
default: 'true'
|
||||||
source-root:
|
source-root:
|
||||||
description: Path to the root source-code directory, relative to the workspace.
|
description: Path of the root source code directory, relative to $GITHUB_WORKSPACE.
|
||||||
required: false
|
required: false
|
||||||
outputs:
|
outputs:
|
||||||
codeql-path:
|
codeql-path:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue