Skip to content

Commit 54f729b

Browse files
mario-camposaofaof0907
authored andcommitted
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.
1 parent 0197c38 commit 54f729b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
required: true
4040
default: 'true'
4141
source-root:
42-
description: Path to the root source-code directory, relative to ${{ github.workspace }}.
42+
description: Path to the root source-code directory, relative to the workspace.
4343
required: false
4444
outputs:
4545
codeql-path:

0 commit comments

Comments
 (0)