chesapeakedev/Run dn
Installs dn and optionally executes a canonical dn workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to install (semver tag or 'latest') | — | latest |
| install-dir | Install directory (default: ~/.local/bin) | — | "" |
| github-token | GitHub token for API requests (defaults to the workflow GITHUB_TOKEN) | — | "" |
| workflow | Canonical dn workflow ID to execute | — | "" |
| validate-only | Validate the workflow event and configuration without executing it | — | false |
Outputs
| name | description |
|---|---|
| dn-version | Version of dn that was installed |
| dn-path | Absolute path to the dn binary |
| status | Workflow result: passed, failed, or validated |
| phase | Last workflow phase reached |
| workflow | Canonical workflow ID |
| commit-sha | Git commit SHA when dn published changes |
| branch-name | Branch name when dn published changes |
| pr-url | Pull request URL when dn opened a PR |
| publish-mode | Publish mode used by dn (none, pr, or direct) |