Replies: 1 comment 2 replies
-
I don't think there's an active way to make this work, but I think it would be a good improvement. Do you have any examples of the changes you made to make this possible? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had attempted to use this action as part of a workflow that would ultimately open a PR to
gh-pages
, but encountered some behavior I did not expect. I'm getting an error as follows:The error message displayed isn't a failure at all, it's an informational message about creating a PR from the new branch. But it's printing to stderr, and the current implementation treats this as an error and fails the workflow.
This seems like a bug (misidentification of failure condition), but perhaps it's something I've done.
The workflow at the time was
I've since fixed this and extended the functionality i needed (separate base and target branches, pr opening) in a fork, but if it is considered a bug for the upstream action I'll open an issue. If it's not a bug, I'd love to know what I did wrong or how my expectations were misguided.
Beta Was this translation helpful? Give feedback.
All reactions