pomelo-nwu/Run Qwen Code CLI

Invoke the Qwen Code CLI from a GitHub Action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 31, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: pomelo-nwu/claude-fetch-setup@e4689cd6a0b68dd7ff4c3c2daf2da09d05a5a4ec # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
qwen_api_keyThe API key for Qwen Code (OpenAI-Compatible API key). Can be DashScope API key, ModelScope API key, or OpenRouter API key.no
qwen_base_urlThe base URL for the OpenAI-Compatible API. Defaults to DashScope endpoint for mainland China users.no
qwen_modelThe model to use with Qwen Code. Defaults to qwen3-coder-plus for DashScope.no
qwen_cli_versionThe version of the Qwen Code CLI to install. Can be "latest", "preview", "nightly", or a specific version number. For more information, see [Qwen Code releases](https://github.com/QwenLM/qwen-code/releases).nolatest
qwen_debugEnable debug logging and output streaming.no
promptA string passed to the Qwen Code CLI's [`--prompt` argument](https://github.com/QwenLM/qwen-code).noYou are a helpful assistant.
settingsA JSON string written to `.qwen/settings.json` to configure the CLI's _project_ settings. For more details, see the documentation on [settings files](https://github.com/QwenLM/qwen-code).no
extensionsA list of Qwen Code CLI extensions to install.no
upload_artifactsWhether to upload artifacts to the github action.nofalse
namedescription
summaryThe summarized output from the Qwen Code CLI execution.
errorThe error output from the Qwen Code CLI execution, if any.