a2aproject / a2aproject/A2A

ci: harden docs workflow_dispatch version handling

Open
#2,110 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
25.7k
Forks
2.6k
Avg merge
3d 6h
Merged PRs (30d)
16

Description

## Summary
The manual docs deploy path in `.github/workflows/docs.yml` interpolates `github.event.inputs.version` directly into a `run:` script. The release path in the same file already binds the version via `env:` / `$MIKE_VERSION`.

## Proposed fix
Bind `workflow_dispatch` version under `env:` before `mike deploy` (quoted shell var), matching the release step pattern.

## Note
CI hygiene / defense-in-depth — not filed as a vulnerability advisory.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.