This repository is a fork of: https://github.com/rvolo/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"