Skip to content

rvolo/xml-replace-action

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

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published