Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 371 Bytes

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"