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

feat: add pathspec_error_handling input #280

Merged
merged 3 commits into from Sep 6, 2021
Merged

Conversation

EndBug
Copy link
Owner

@EndBug EndBug commented Aug 30, 2021

The PR adds the pathspec_error_handling input, which allows you to choose how the action handles pathspec errors from the git add and git rm commands.
The default behavior remains to ignore this kind of errors, but you can also choose to exit immediately or at the end.

Closes #251

@EndBug EndBug added the type: feature New feature or feature request label Aug 30, 2021
@EndBug EndBug self-assigned this Aug 30, 2021
@EndBug
Copy link
Owner Author

EndBug commented Aug 30, 2021

@Glidias Sorry for the long waiting time 😅
If you want to try out the new feature before I merge it to give some feedback, you can use EndBug/add-and-commit@feat/pathspec-error-handling. The docs are in the README of that branch.

@EndBug EndBug merged commit 0dde51a into master Sep 6, 2021
@EndBug EndBug deleted the feat/pathspec-error-handling branch September 6, 2021 14:30
@EndBug EndBug changed the title feat: add pathspec_error_handling output feat: add pathspec_error_handling input Sep 6, 2021
EndBug added a commit that referenced this pull request Sep 6, 2021
* feat: add pathspec_error_handling input

* fix: show add/rm errors on same line

* docs(README): add docs for new input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Additional options for handling errors with Git Add
1 participant