mirror of
https://fast.feibisi.com/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2025-10-03 04:01:24 +08:00
fix branch name inr blueprint
This commit is contained in:
parent
43134c3e22
commit
9062b0ef02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-preview.yml
vendored
2
.github/workflows/pr-preview.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
script: |
|
||||
const { owner, repo } = context.repo;
|
||||
const prNumber = context.payload.pull_request.number;
|
||||
const branch = `pr-${prNumber}-playground`;
|
||||
const branch = `playground-${prNumber}`;
|
||||
|
||||
const blueprint = {
|
||||
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue