From 54f729bd76a6f78f2177b59ec66fe2795c862a74 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 661bf59658..0675f8c512 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: