-
Notifications
You must be signed in to change notification settings - Fork 22
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
Bug: Job fails but still creates the PR #123
Comments
hello @7tupel I'll have a look into it next week, as I'm AFK now. |
@7tupel I was able to recreate your issue. |
Hi Christoph, I had the same issue too, and I used the single quotation on title, body, old_string, and ignore_users. I will try this double quotation, I'll let you know more about this issue later. Thankyou chris
|
Do you have a space after the coma there? It should be just a coma. |
oh, u're right thanks for the correct information chris, appreciate it 👍 |
Fixing action based o devops-infra/action-pull-request#123
Description
Running the Action at the latest version (0.5.5) runs into an error. While GH shows an error, the PR is correctly created and visible in the PR view on GH. This step is the last in my workflow, so not critical at the moment, but it is not exactly helpful when a workflow run always shows as failed while it actually achieved what it should have.
Details
Error in the log (last two lines in the job's log):
Job configuration in the workflow:
The output referenced in
source_branch
is correctly set and is correctly used by the action to create the PR.My repository is public and available here: https://github.com/ClockworksIO/clci
The text was updated successfully, but these errors were encountered: