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
feat: add optional preprod preview URL to PR comments
Add PREPROD_PREVIEW_ENABLED input parameter that allows applications
to include preprod preview URL in the PR comment. This is opt-in
and defaults to false to maintain backward compatibility.
Copy file name to clipboardExpand all lines: .github/workflows/preview.build-image.yaml
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,11 @@ on:
25
25
description: If provided, downloads a previously uploaded artifact (has to be in the same workflow). Both artifactPath and artifactName have to be passed.
26
26
default: ""
27
27
type: string
28
+
PREPROD_PREVIEW_ENABLED:
29
+
description: Whether to include preprod preview URL in comment (for apps with preprod preview environments)
0 commit comments