Skip to content

Commit b92e3ba

Browse files
CopilotMossaka
andcommitted
fix: use shell env var ${RUNNER_TEMP} in run blocks, ${{ runner.temp }} in with/env fields
Fixes CI failure caused by smoke-claude.md exceeding GitHub Actions' 21KB expression size limit. The longer ${{ runner.temp }} expression (23 chars vs /opt/gh-aw's 10) pushed run: blocks over the limit. Solution: use ${RUNNER_TEMP} (shell env var, 16 chars) in run: blocks where shell resolves the variable, and keep ${{ runner.temp }} only in with:/env: fields where GitHub Actions template resolution is needed. Also adds GhAwRootDirShell constant and SetupActionDestinationShell for the two path forms. Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
1 parent d129c57 commit b92e3ba

File tree

236 files changed

+5079
-5061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+5079
-5061
lines changed

.github/workflows/ace-editor.lock.yml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agent-performance-analyzer.lock.yml

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)