clownbin/Check Current Workflow Status

检查当前执行的 GitHub Actions workflow 运行状态

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-token类型: string。GitHub token,用于调用 GitHub Actions API。不传则默认使用 GITHUB_TOKEN 环境变量。no
fail-on-non-success类型: string (boolean 字符串),可选值 "true"/"false"。当当前运行已完成且结论不是 success 时,让该步骤失败。值为 "true" 时生效。nofalse
namedescription
run-id类型: string。当前 workflow run 的 ID
status类型: string。当前 workflow run 的状态(queued / in_progress / completed)
conclusion类型: string。当前 workflow run 的结果(success / failure / cancelled 等,只有在 completed 时才有值)