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.
This commit is contained in:
parent
337ae83a84
commit
a05a7f9cb1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue