-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adds inputs to README #140
Conversation
README.md
Outdated
|
||
### `curations` | ||
|
||
A file or URL containing curations correct invalid or missing package metadata and set the concluded license for packages. See [ort documentation](https://github.com/oss-review-toolkit/ort/blob/master/docs/config-file-curations-yml.md) for format. |
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.
Not clear if this is required or optional. Can you add that?
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
README.md
Outdated
## Outputs | ||
|
||
No action outputs are defined for this actions. | ||
However the action will write files to `.tortellini/out/` directory. |
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.
However the action will write files to `.tortellini/out/` directory. | |
The action will write files to `.tortellini/out/` directory by default. |
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.
If you say by default
I expect that there is a way to changed which is not the case. See #85. I left out that part
README.md
Outdated
echo 'https://github.com/fair-software/howfairis' >> urls.txt | ||
- uses: tortellini-tools/action@main | ||
with: | ||
repositories: 'urls.txt' |
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.
repositories: 'urls.txt' | |
repositories: urls.txt |
README.md
Outdated
- uses: actions/checkout@v2 | ||
- uses: tortellini-tools/action@main | ||
with: | ||
curations: .tortellini.yml |
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.
curations: .tortellini.yml | |
curations: curations.yml |
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.
Thank you @sverhoeven. I made a few recommendations.
Thanks for reviewing. Could you have another look? |
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.
LGTM. 👍
Refs #117
Description
Refs: #issue_number
Before you get started
Checklist
This section should be filled in by the creator of this pull request to make sure the pull request is ready to review.
Instructions to review the pull request