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 committed Jun 29, 2021
1 parent 337ae83 commit a05a7f9
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 a05a7f9

Please sign in to comment.