Skip to content

Commit 7967592

Browse files
Better Try Me button (#6587)
**Problem:** The try me button opens the empty project. **Fix:** The try me button clones the hydrogen demo project.
1 parent b7687ff commit 7967592

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-requests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ jobs:
255255
issue-number: ${{ github.event.pull_request.number }}
256256
edit-mode: replace
257257
body: |
258-
## [Try me](https://${{ secrets.STAGING_SERVER }}/p/?accessLevel=public&branch_name=${{ steps.extract_branch.outputs.branch }})
259-
258+
## [Try me](https://${{ secrets.STAGING_SERVER }}/p/?accessLevel=public&clone=concrete-utopia/hydrogen-editions-24&branch_name=${{ steps.extract_branch.outputs.branch }})
260259
performance-test:
261260
name: Run Performance Tests
262261
if: false # TODO restore / revamp this! (Temporarily disabled)

0 commit comments

Comments
 (0)