-
Notifications
You must be signed in to change notification settings - Fork 0
Add Service chapter visibility control #62
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 Service chapter visibility control #62
Conversation
- Grouped "features" controls. - Simplified the code using static ActionInputs. - Introduced defaults values in ActionInputs and env variable access methods. - Updated unit tests.
Release notes:
|
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.
README.md
line 268: python3 ./<path-to-action-project-root>/main.py
= I think there should be a dot before setting the path to action project root.
GENERATOR
line 20: from github import Github, Auth = extra Auth module
There are code formatting issues, but will be probably part of formatting issue.
- Improved doc strings.
Addressed in commit bb2e565. |
- Update of doc string format. Removed no more present parameter.
Closes #52