pickfu/Latest green commit
Fetches the latest green commit of a branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token to use for authentication | yes | — |
| repo | The GitHub repository to use in the format owner/repo | yes | — |
| branch | The branch to fetch the latest green commit from | no | main |
| green | Whether to fetch the latest green commit or only the latest one (even if it has check failures) | no | false |
Outputs
| name | description |
|---|---|
| commit | The latest green commit of the branch |