framework-r-d/Prepare Check Outputs
Determines environment and target refs for check workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 1, 2026
- License
- Apache 2.0
Pinned Snippet
uses: framework-r-d/action-prepare-check-outputs@cf162b18d8cb75101aac5c0837cc804abeaf0a13 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | Manual ref override | no | — |
| repo | Manual repo override | no | — |
| pr-base-sha | Manual base SHA override | no | — |
| checkout-path | Manual checkout path override | no | — |
| build-path | Manual build path override | no | — |
Outputs
| name | description |
|---|---|
| is_act | Whether running in act |
| ref | The resolved ref |
| repo | The resolved repository |
| base_sha | The resolved base SHA for diffing |
| pr_number | The PR number if available |
| checkout_path | The resolved checkout path |
| build_path | The resolved build path |