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

fix: process does not terminate after creating a commit with the --re… #974

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

coffe0wl
Copy link

@coffe0wl coffe0wl commented Jun 3, 2023

Problem:

The problem appears when the user creates a commit with the --retry option.

When creating a commit without this parameter, the process will be completed by a function that acts as a prompt, since without this parameter this function is not executed because the data is taken from the cache, the process was not completed.

Therefore, a line was added that terminates the process in case there was no error.

@coffe0wl coffe0wl marked this pull request as draft June 7, 2023 07:33
@coffe0wl coffe0wl marked this pull request as ready for review June 7, 2023 07:33
@markovdigital
Copy link

Hi, @jimthedev

Is there any chance this fix will land? The --retry workflow doesn't seem to work without it.

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.

None yet

2 participants