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

Support custom failure messages via git configuration #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mfinifter
Copy link

Description of changes:
Allow users to customize the failure message via git configuration option secrets.failureMessage.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@sparr sparr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should eventually put the existing message into a variable or heredoc to reduce the echo "..." >&2 repetition, and then it could go in an else clause for this new function instead of having two exits, but that's not a blocker to merging this functionality which looks sufficient as-is.

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.

2 participants