Skip to content

Commit

Permalink
Use theme slug instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsreberski committed May 27, 2024
1 parent 3613954 commit 7aac9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create-preview-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function createPreviewLinksComment(github, context, changedThemeSlugs) {
const parentThemeName = getParentThemeName(themeSlug);
const themeName = getThemeName( themeSlug );
const blueprint = createBlueprint( themeSlug, context.payload.pull_request.head.ref );
const playgroundUrl = createPlaygroundPreconfiguredLink( themeName, blueprint, context.payload.pull_request.number );
const playgroundUrl = createPlaygroundPreconfiguredLink( themeSlug, blueprint, context.payload.pull_request.number );

const note = parentThemeName
? ` (child theme of **${parentThemeName}**)`
Expand Down

0 comments on commit 7aac9e5

Please sign in to comment.