From a05a7f9cb1e57c13af4a96f5f99f8be4232615e7 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Tue, 29 Jun 2021 16:05:45 -0500 Subject: [PATCH] Remove '${{ github.workspace }}' from action.yml It causes the action to break (or rather that context being unavailable causes it to fail), despite it being in the description field. --- init/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/action.yml b/init/action.yml index 661bf5965..0675f8c51 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 ${{ github.workspace }}. + description: Path to the root source-code directory, relative to the workspace. required: false outputs: codeql-path: