mujhtech/Dagryn Dev
Run dagryn workflows in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 7, 2026
- License
- None
Pinned Snippet
uses: mujhtech/dagryn-action@6f8f95d68c4ae6a426c727fa2a30c010b9b5decf # v0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Dagryn CLI version to install | no | latest |
| targets | Space-separated task names (empty = default workflow) | no | "" |
| config | Path to config file | no | dagryn.toml |
| parallel | Max parallel tasks | no | — |
| remote-cache | Enable remote cache | no | false |
| no-cache | Disable all caching | no | false |
| verbose | Verbose output | no | false |
| working-directory | Working directory | no | . |
| dry-run | Show plan without executing | no | false |
| matrix-label | Label for this matrix leg (e.g., 'Node 20 / Linux') | no | "" |
| matrix-context | JSON object of matrix variables to pass as DAGRYN_MATRIX_* env vars | no | "" |
Outputs
| name | description |
|---|---|
| status | Run status (success / failure) |
| duration | Total duration in seconds |
| matrix-label | The matrix label for this leg |