Skip to content

Commit

Permalink
Refer to $GITHUB_WORKSPACE specifically in source-root description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
2 people authored and GitHub committed Jun 30, 2021
1 parent e1cd524 commit 66df091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 66df091

Please sign in to comment.