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