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

Adding github user and email inputs #16

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jakubjezek001
Copy link

Description:

This pull-request adds two new inputs to the action.yml file: user and email. These inputs will allow users to specify the user name and email address associated with the commits made by the action.

This feature is particularly useful for actions that generate commits or perform other git operations. By including this information, it will be easier to track who made the changes and when they were made.

The user and email inputs are optional, but if they are not provided, the action will fall back to using the default user and email associated with the GitHub account that created the token.

Please review and let me know if any changes are needed. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant