Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 811 Bytes

util.md

File metadata and controls

40 lines (23 loc) · 811 Bytes

util

Index

Fields

fn manifestAction

manifestAction(action)

PARAMETERS:

  • action (object)

manifestAction manifests an action in an opinionated Yaml format.

It manifest fields in the same order as they show up in the syntax docs: https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions

fn manifestWorkflow

manifestWorkflow(workflow)

PARAMETERS:

  • workflow (object)

manifestWorkflow manifests a workflow in an opinionated Yaml format.

It manifest fields in the same order as they show up in the syntax docs: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions