Skip to content

toml editor

Actions

About

edit a toml file
1.0.0
Latest
Star (8)

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"

toml editor is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

edit a toml file
1.0.0
Latest

toml editor is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.