Skip to content

choreo-templates/ballerina-toml-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choreo Ballerina Toml Parser

Support to handle read and edit operations in Ballerina.toml file

Inputs

type

File operation type.

name

Project Name

org

Organization Name

Example

  build:
    steps:
    - name: Ballerina Toml Parser
      uses: choreo-templates/ballerina-toml-parser@v1
      with:
       type: ${{secrets.DOMAIN}}
       org: ${{secrets.ORG_ID}}
       name: ${{secrets.PROJECT_ID}}