Skip to content

Commit

Permalink
Remove '${{ github.workspace }}' from action.yml
Browse files Browse the repository at this point in the history
It causes the action to break (or rather that context being unavailable causes it to fail), despite it being in the description field.
  • Loading branch information
mario-campos authored and aofaof0907 committed Jul 29, 2021
1 parent 0197c38 commit 54f729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54f729b

Please sign in to comment.