framework-r-d/Workflow Setup
Handles ref resolution, environment detection, and change detection in a single step.
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-workflow-setup@f73307dd8c13cb66c2565c9ace32571517b1cea8 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Workflow mode ('check' or 'fix') | no | check |
| ref | Manual ref override | no | — |
| repo | Manual repo override | no | — |
| pr-base-sha | Manual base SHA override (check mode only) | no | — |
| checkout-path | Manual checkout path override | no | — |
| build-path | Manual build path override | no | — |
| file-type | File type for change detection (e.g., cpp, python) | no | — |
| include-globs | Include globs for change detection | no | — |
| exclude-globs | Exclude globs for change detection | no | — |
| head-ref | Explicit head ref for change detection (overrides the resolved ref) | no | — |
Outputs
| name | description |
|---|---|
| is_act | Whether running in act |
| ref | Resolved ref |
| repo | Resolved repository |
| base_sha | Resolved base SHA |
| pr_number | PR number |
| checkout_path | Resolved checkout path |
| build_path | Resolved build path |
| has_changes | Whether relevant changes were detected |