Skip to content

Commit d120872

Browse files
committed
Remove multi-line comment
1 parent bb32e4f commit d120872

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ jobs:
321321
- name: Test run a workflow (cloud)
322322
if: matrix.server == 'cloud'
323323
# The required environment variables must be present for releases (this must be run from the official repo)
324-
# Note: Using single-line format to ensure proper ${{ runner.temp }} expansion (multi-line blocks can fail to expand GitHub Actions contexts)
325324
run: node scripts/test-example.js --work-dir "${{ runner.temp }}/example"
326325
shell: bash
327326
env:

0 commit comments

Comments
 (0)