Skip to content

Commit fe963ab

Browse files
pattonwebzclaude
andcommitted
Align the Playground step with the sibling repo
Names the step `Playground link` with id `playground`, matching accessibility-new-window-warnings so the action is invoked identically in both. "(primary build)" distinguished it from the ref-build Playground link, which no longer exists. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019LoLgW7oFjBPxGea9kiZJ2
1 parent a00fe2e commit fe963ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-plugin-with-ref.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ jobs:
286286

287287
# Skipped on release: nightly.link serves Actions artifacts, not release assets.
288288
# plugin-slug is pinned so the activation path never depends on slug inference.
289-
- name: Playground link (primary build)
290-
id: playground_primary
289+
- name: Playground link
290+
id: playground
291291
if: steps.setref.outputs.skip_primary != 'true' && github.event_name != 'release'
292292
uses: pattonwebz/wordpress-playground-action@v0
293293
with:
@@ -341,7 +341,7 @@ jobs:
341341
342342
- name: Summary
343343
env:
344-
PRIMARY_PLAYGROUND_URL: ${{ steps.playground_primary.outputs.playground-url }}
344+
PRIMARY_PLAYGROUND_URL: ${{ steps.playground.outputs.playground-url }}
345345
MODE: ${{ steps.setref.outputs.mode }}
346346
SKIP_PRIMARY: ${{ steps.setref.outputs.skip_primary }}
347347
PRIMARY_ZIP_PATH: ${{ env.PRIMARY_ZIP_PATH }}

0 commit comments

Comments
 (0)