From 84034b238cc505a54630101f1bc2d785c639a835 Mon Sep 17 00:00:00 2001 From: Balazs Bajorics <2226774+balazsbajorics@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:34:14 +0200 Subject: [PATCH] Better Try Me button (#6587) **Problem:** The try me button opens the empty project. **Fix:** The try me button clones the hydrogen demo project. --- .github/workflows/pull-requests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index bb7a1e0c8e1b..a39748a1e665 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -253,8 +253,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} edit-mode: replace body: | - ## [Try me](https://${{ secrets.STAGING_SERVER }}/p/?accessLevel=public&branch_name=${{ steps.extract_branch.outputs.branch }}) - + ## [Try me](https://${{ secrets.STAGING_SERVER }}/p/?accessLevel=public&clone=concrete-utopia/hydrogen-editions-24&branch_name=${{ steps.extract_branch.outputs.branch }}) performance-test: name: Run Performance Tests if: false # TODO restore / revamp this! (Temporarily disabled)