Skip to content

kaachod/toml-editor

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toml-editor

This is a Github action, you can use it to edit your toml file. Read more about those here: https://developer.github.com/actions/

Usage

workflow.yml

- name: Edit Toml
  uses: ciiiii/toml-editor@1.0.0
  with:
    file: "file/path/xx.toml"
    key: "a.b.c"
    value: "abc"

Arguments

All arguments are of type string.

Name Required Description
file Yes The relative path of toml file
key Yes Key need to modify
value Yes Value to set

key example

[params]
hello = "" # key = "params.hello"

[params.config]
appId = "" # key = "params.config.appId"

About

Github action to edit toml

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.2%
  • Dockerfile 13.8%