Skip to content

ci: bind workflow_dispatch inputs via env before shell - #838

Open
SashaMIT wants to merge 1 commit into
availproject:mainfrom
SashaMIT:ci/bind-workflow-dispatch-inputs-env
Open

ci: bind workflow_dispatch inputs via env before shell#838
SashaMIT wants to merge 1 commit into
availproject:mainfrom
SashaMIT:ci/bind-workflow-dispatch-inputs-env

Conversation

@SashaMIT

@SashaMIT SashaMIT commented Aug 5, 2026

Copy link
Copy Markdown

Summary

Bind github.event.inputs.* into step env: before shell use in the try-runtime and weights workflow_dispatch workflows.

This follows the common GitHub Actions hardening pattern: keep ${{ }} expressions out of run: scripts so values are not subject to unexpected shell interpolation.

Test plan

  • Confirm workflow YAML still validates
  • Optional: dry-run Try Runtime Checks / Run benchmarks for weights with default inputs

Made with Cursor

Avoid expanding github.event.inputs.* inside run scripts for
try-runtime and weights dispatch workflows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant