Skip to content

Commit

Permalink
Better Try Me button (#6587)
Browse files Browse the repository at this point in the history
**Problem:**
The try me button opens the empty project.

**Fix:**
The try me button clones the hydrogen demo project.
  • Loading branch information
balazsbajorics authored and liady committed Dec 13, 2024
1 parent a382e75 commit 84034b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 84034b2

Please sign in to comment.