Skip to content

fix(ci): resolve runner.temp parse error in audit-capture workflow - #20

Merged
joshsmithxrm merged 1 commit into
mainfrom
fix/audit-workflow-runner-temp
Apr 24, 2026
Merged

fix(ci): resolve runner.temp parse error in audit-capture workflow#20
joshsmithxrm merged 1 commit into
mainfrom
fix/audit-workflow-runner-temp

Conversation

@joshsmithxrm

Copy link
Copy Markdown
Owner

Summary

  • GitHub Actions rejects ${{ runner.temp }} in job-level env: block on this repo (HTTP 422: Unrecognized named-value: 'runner'), preventing workflow_dispatch from firing
  • Replaced with a step that sets AUDIT_OUT via $RUNNER_TEMP env var into GITHUB_ENV — functionally identical, universally supported

Context

The PPDS repo's identical pattern works fine, suggesting a GitHub-side parser inconsistency. This fix avoids the ambiguity entirely.

Test plan

  • Merge, then re-trigger Audit Capture workflow via gh workflow run
  • Verify the workflow dispatches without HTTP 422
  • Verify $AUDIT_OUT resolves correctly in subsequent steps

🤖 Generated with Claude Code

…UDIT_OUT

GitHub Actions rejects runner.temp in job-level env on this repo
(HTTP 422: Unrecognized named-value). Set AUDIT_OUT via GITHUB_ENV
in an early step using the RUNNER_TEMP env var which is always available.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gemini-code-assist

Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@joshsmithxrm
joshsmithxrm merged commit 206811c into main Apr 24, 2026
1 check passed
@joshsmithxrm
joshsmithxrm deleted the fix/audit-workflow-runner-temp branch April 24, 2026 04:33
@github-project-automation github-project-automation Bot moved this from Todo to Done in PPDS Roadmap Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant