From 66df091046a5a0b159a10532d87acb00b0fcddd8 Mon Sep 17 00:00:00 2001 From: Mario Campos <mario-campos@github.com> Date: Wed, 30 Jun 2021 12:32:07 -0500 Subject: [PATCH] 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> --- init/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/action.yml b/init/action.yml index 0675f8c51..a25baf625 100644 --- a/init/action.yml +++ b/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: