iflow-ai/iFlow CLI Action

Execute iFlow CLI commands in GitHub Actions workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
promptThe prompt to execute with iFlow CLIyes
api_keyiFlow API key for authenticationyes
settings_jsonComplete iFlow settings.json content (JSON string). If provided, this will override other configuration options.no
base_urlCustom base URL for iFlow APInohttps://apis.iflow.cn/v1
modelModel name to usenoqwen3-coder-plus
working_directoryWorking directory to run iFlow CLI fromno.
timeoutTimeout for iFlow CLI execution in seconds (1-86400)no3600
precmdShell command(s) to execute before running iFlow CLI (e.g., "npm install", "git fetch")no""
gh_versionVersion of GitHub CLI to install (e.g., "2.76.2"). If not specified, uses the pre-installed version.no""
iflow_versionVersion of iFlow CLI to install (e.g., "0.2.4"). If not specified, uses the pre-installed version.no""
debugEnable debug loggingnofalse
dry_runDry run mode for E2E testing (skips actual execution)nofalse
namedescription
resultOutput from iFlow CLI execution
exit_codeExit code from iFlow CLI execution