refactor: update links in README and rename workflow file

This commit is contained in:
punitverma123 2025-05-02 12:02:37 +05:30
parent da2c138da2
commit 093a515050
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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.


View file

@ -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"
}
}
]