Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
2 people authored and GitHub committed Jun 30, 2021

Unverified

No user is associated with the committer email.
1 parent e1cd524 commit 66df091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/action.yml
@@ -39,7 +39,7 @@ inputs:
required: true
default: 'true'
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
outputs:
codeql-path:

0 comments on commit 66df091

Please sign in to comment.