Skip to content
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

docs: multiple repos separated by comma note #299

Merged
merged 2 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
required: false
default: "false"
repositories:
description: "Strings of owner/repo. If this is set, only selected repositories will be analyzed"
description: "Strings of owner/repo separated by a comma. If this is set, only selected repositories will be analyzed"
required: false
legitify_base_version:
description: "The base version of legitify to use. Non breaking changes will be auto updated."
Expand All @@ -35,7 +35,7 @@ inputs:
required: false
default: "legitify-report"
ignore-policies:
description: "List of policies to ignore (SKIP). Policies should be seperated by a new line"
description: "List of policies to ignore (SKIP). Policies should be separated by a new line"
required: false
default: ""
extra:
Expand Down
2 changes: 1 addition & 1 deletion action_examples/analyze_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: Legit-Labs/legitify@main # it is recommended to use a specific commit hash
with:
github_token: ${{ secrets.PAT_FOR_LEGITIFY }}
repositories: owner1/repo1 owner1/repo2
repositories: owner1/repo1, owner1/repo2
Loading