mirror of
https://ghproxy.net/https://github.com/lubusIN/blablablocks-slider-block.git
synced 2025-10-04 01:04:17 +08:00
refactor: update links in README and rename workflow file
This commit is contained in:
parent
da2c138da2
commit
093a515050
3 changed files with 5 additions and 5 deletions
|
@ -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
|
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||
|
||||
[](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/lubusIN/blablablocks-slider-block/demo/_playground/blueprint-github.json)
|
||||
[](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.
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue