diff --git a/.github/workflows/sync-wp-playground.yml b/.github/workflows/sync-playground.yml similarity index 95% rename from .github/workflows/sync-wp-playground.yml rename to .github/workflows/sync-playground.yml index f2d4dc6..ddd3a8e 100644 --- a/.github/workflows/sync-wp-playground.yml +++ b/.github/workflows/sync-playground.yml @@ -1,4 +1,4 @@ -name: Sync to WP Playground +name: Sync to Playground on: push: @@ -33,7 +33,7 @@ jobs: - name: Set target branch and force folder id: set-vars run: | - TARGET_BRANCH=${{ github.event_name == 'workflow_call' && inputs.target-branch || 'wp-playground' }} + TARGET_BRANCH=${{ github.event_name == 'workflow_call' && inputs.target-branch || 'playground' }} FORCE_FOLDER=${{ github.event_name == 'workflow_call' && inputs.force-folder || 'build/' }} echo "target-branch=$TARGET_BRANCH" >> $GITHUB_OUTPUT echo "force-folder=$FORCE_FOLDER" >> $GITHUB_OUTPUT diff --git a/README.md b/README.md index c7e8403..2511cab 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Plugin Screenshot](https://raw.githubusercontent.com/lubusIN/blablablocks-slider-block/main/.github/screenshot.jpg) -[![Try in WordPress Playground](https://img.shields.io/badge/Try%20in%20WordPress%20Playground-blue?style=for-the-badge)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/lubusIN/blablablocks-slider-block/demo/_playground/blueprint-github.json) +[![Try in WordPress Playground](https://img.shields.io/badge/Try%20in%20WordPress%20Playground-blue?style=for-the-badge)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/lubusIN/blablablocks-slider-block/playground/_playground/blueprint-github.json) BlaBlaBlocks Slider Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive sliders effortlessly. diff --git a/_playground/blueprint-github.json b/_playground/blueprint-github.json index a17af07..f9fa7e1 100644 --- a/_playground/blueprint-github.json +++ b/_playground/blueprint-github.json @@ -24,14 +24,14 @@ "step": "installPlugin", "pluginData": { "resource": "url", - "url": "https://github-proxy.com/proxy/?repo=lubusIN/blablablocks-slider-block&branch=wp-playground" + "url": "https://github-proxy.com/proxy/?repo=lubusIN/blablablocks-slider-block&branch=playground" } }, { "step": "importWxr", "file": { "resource": "url", - "url": "https://raw.githubusercontent.com/lubusIN/blablablocks-slider-block/wp-playground/_playground/demo-content.xml" + "url": "https://raw.githubusercontent.com/lubusIN/blablablocks-slider-block/playground/_playground/demo-content.xml" } } ]