Skip to content

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

2 participants