Is it possible to generate multiple deployment comments in same pull request? #375
Replies: 1 comment 3 replies
-
Hi! @MartinLupa , I'm facing the same question currently, just wondering if you found a way around this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with a monorepo and a workflow that deploys two different nextjs apps. Is it possible to generate one deployment comment for each app? In the current state, the later app being deployed overwrites the first one, so in the end I only have one comment in my PR and can't find the way to generate multiple of them. Is this feature supported by the action? Thanks!
Reusable action (only pertinent fragment):
Workflow (calls reusable action twice):
PR Outcome:
Expected outcome: to generate two comments like the one above, one for App 1 and a different one for App 2.
Beta Was this translation helpful? Give feedback.
All reactions