@ghagen/ghagen
Custom GitHub Action definitions and runners.
Functions
Section titled “Functions”| Function | Description |
|---|---|
|
Create an action model representing a complete This is the top-level factory for GitHub Actions action metadata. Pass the returned model to toYaml or toYamlFile to emit the YAML. Example |
|
|
Create an action input definition model. Produces a model for a single entry in the action’s Example |
|
|
Create an action output definition model. Produces a model for a single entry in the action’s Example |
|
|
Create a branding model for a GitHub Actions Marketplace listing. Example |
|
|
Create a composite runs model. Defines the Example |
|
|
Create a Docker runs model. Defines the Example |
|
|
Create a Node.js runs model. Defines the Example |