You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, it would be great if we can customize the comments with the preview url. I think there are two ways:
Allow template string in "github-comment"
So users can it as "I have deployed {{previewName}} at {{previewUrl}}".
Create the githubComment after we have set the output of "preview-url"
Currently, the githubComment was created at the very beginning of the action.
The function of building comment is called after the "preview-url" has been set and it should be possible to use that output when we get the githubComment in building function.
Hi there, it would be great if we can customize the comments with the preview url. I think there are two ways:
githubComment
after we have set the output of "preview-url"githubComment
was created at the very beginning of the action.githubComment
in building function.Follow up of #52
The text was updated successfully, but these errors were encountered: