Skip to content

Commit 66df091

Browse files
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 <[email protected]>
1 parent e1cd524 commit 66df091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
required: true
4040
default: 'true'
4141
source-root:
42-
description: Path to the root source-code directory, relative to the workspace.
42+
description: Path of the root source code directory, relative to $GITHUB_WORKSPACE.
4343
required: false
4444
outputs:
4545
codeql-path:

0 commit comments

Comments
 (0)