Skip to content

Commit ea0fc9a

Browse files
pattonwebzclaude
andcommitted
Drop the env-routing comment
Explained a general Actions practice at a spot where the value is a URL from our own action, and the pattern is already visible from the env block two lines below. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019LoLgW7oFjBPxGea9kiZJ2
1 parent 5e30b2e commit ea0fc9a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,6 @@ jobs:
281281
if: github.event_name == 'pull_request'
282282
uses: actions/github-script@v7
283283
env:
284-
# Routed through env: rather than interpolated into the script body - a
285-
# ${{ }} substitution lands in the JS source text before Node parses it.
286284
PRIMARY_PLAYGROUND_URL: ${{ steps.playground_primary.outputs.playground-url }}
287285
with:
288286
script: |

0 commit comments

Comments
 (0)