We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bd7fc commit d83c242Copy full SHA for d83c242
.github/actions/deploy-gitpod/entrypoint.sh
@@ -38,10 +38,10 @@ done
38
39
previewctl install-context --branch "${PREVIEW_NAME}" --log-level debug --timeout 10m --gcp-service-account "${PREVIEW_ENV_DEV_SA_KEY_PATH}"
40
leeway run dev/preview:deploy-gitpod
41
-previewctl report >> "${GITHUB_STEP_SUMMARY}"
+previewctl report --branch "${PREVIEW_NAME}" >> "${GITHUB_STEP_SUMMARY}"
42
43
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
44
-report=$(previewctl report | base64)
+report=$(previewctl report --branch "${PREVIEW_NAME}" | base64)
45
{
46
echo "report<<$EOF"
47
echo "$report"
0 commit comments