Skip to content

ci: bind bump-release workflow_dispatch inputs before shell use - #277

Open
SashaMIT wants to merge 1 commit into
clockwork-xyz:mainfrom
SashaMIT:ci/bind-bump-release-inputs-env
Open

ci: bind bump-release workflow_dispatch inputs before shell use#277
SashaMIT wants to merge 1 commit into
clockwork-xyz:mainfrom
SashaMIT:ci/bind-bump-release-inputs-env

Conversation

@SashaMIT

@SashaMIT SashaMIT commented Aug 5, 2026

Copy link
Copy Markdown

Summary

Binds github.event.inputs.bump and extra_args into step env: before shell use in .github/workflows/bump-release.yaml.

Context

GitHub Actions expands ${{ github.event.inputs.* }} before the shell runs. Binding through env: keeps workflow_dispatch values out of the script text when invoking bump-version.sh.

Test plan

  • Confirm bump-release workflow YAML still validates
  • Manual bump dispatch still runs scripts/ci/bump-version.sh with expected args

Made with Cursor

Move github.event.inputs.bump and extra_args into step env before
passing them to the bump-version script.

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