Skip to content

Simple github action to replace a value in a xml config file

Notifications You must be signed in to change notification settings

Moonshine-IDE/xml-replace-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is a fork of: https://github.com/rvolo/xml-replace-action

XML-Replace-Action

Simple github action to replace a value in a xml config file

Sample replace action

- name: Set logback env values
  uses: rvolo/[email protected]
  with:
    filepath: "config-file.xml"
    xpath: "//configuration/server/port/text()"
    replace: "5000"

About

Simple github action to replace a value in a xml config file

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%