fix branch name inr blueprint

This commit is contained in:
Ajit Bohra 2025-07-24 22:17:14 +05:30
parent 43134c3e22
commit 9062b0ef02

View file

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