-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a 'source-root' input to the init Action #607
Changes from 5 commits
42babdf
337ae83
a05a7f9
57f584a
e1cd524
66df091
35e1b55
a607042
c6728b6
45c0f11
c78fb87
028f98f
67d6f79
1c69fae
2ca807c
12f1cff
2c0da4b
b9217ca
06c6845
a4a91a8
9932052
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,9 @@ inputs: | |
description: Try to auto-install your python dependencies | ||
required: true | ||
default: 'true' | ||
source-root: | ||
description: Path to the root source-code directory, relative to the workspace. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I saw you had trouble using
is also allowed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, it is. That was in my first commit, but when I actually started to use it in my test, I found it inconvenient to always have to specify a
mario-campos marked this conversation as resolved.
Show resolved
Hide resolved
|
||
required: false | ||
outputs: | ||
codeql-path: | ||
description: The path of the CodeQL binary used for analysis | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we mention that the default is the
$GITHUB_WORKSPACE
root?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.