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:
Mario Campos 2021-06-29 16:05:45 -05:00
parent 337ae83a84
commit a05a7f9cb1

View file

@ -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: