Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
Open more actions menu

Latest commit

 

History

27 Commits
27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.