We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb32e4f commit d120872Copy full SHA for d120872
.github/workflows/release.yml
@@ -321,7 +321,6 @@ jobs:
321
- name: Test run a workflow (cloud)
322
if: matrix.server == 'cloud'
323
# 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)
325
run: node scripts/test-example.js --work-dir "${{ runner.temp }}/example"
326
shell: bash
327
env:
0 commit comments