Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
Mario Campos committed Jun 29, 2021

Unverified

No user is associated with the committer email.
1 parent 337ae83 commit a05a7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/action.yml
@@ -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:

0 comments on commit a05a7f9

Please sign in to comment.