Skip to content

ci: bind package-path workflow input before shell use - #117

Open
SashaMIT wants to merge 1 commit into
solana-program:mainfrom
SashaMIT:ci/bind-package-path-input-env
Open

ci: bind package-path workflow input before shell use#117
SashaMIT wants to merge 1 commit into
solana-program:mainfrom
SashaMIT:ci/bind-package-path-input-env

Conversation

@SashaMIT

@SashaMIT SashaMIT commented Aug 5, 2026

Copy link
Copy Markdown

Summary

Binds inputs.package-path into step env: before shell use in publish workflows when computing TARGET.

Context

GitHub Actions expands ${{ inputs.* }} before the shell runs. Binding through env: keeps the value out of the script text.

Test plan

  • Confirm publish workflows still validate
  • Next publish path still computes TARGET from package-path

Made with Cursor

Move inputs.package-path into step env before bash interpolation in
publish workflows when computing TARGET.

Co-authored-by: Cursor <cursoragent@cursor.com>
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