文件名称:get-xml-info:从XML文件获取信息以用于GitHub工作流程
文件大小:103KB
文件格式:ZIP
更新时间:2024-05-25 15:30:18
JavaScript
获取xml信息 从XML文件获取信息以用于GitHub工作流程 输入项 xml-file 必需要解析的XML文件的路径。 默认为"test.xml" 。 xpath 必需要从中检索信息的节点的xpath。 默认为"//element" 。 用法示例 uses: mavrosxristoforos/get-xml-info@1.0 with: xml-file: 'yourfile.xml' xpath: '//element' 控制台使用 node index.js -f path/to/xmlfile -p //element 产出 info 匹配节点的内容。 如果您的XPath匹配多个节点,则输出为数组。 在工作流中使用输出的示例 jobs: build: runs-on: ubuntu-latest steps: - name:
【文件预览】:
get-xml-info-master
----README.md(1KB)
----LICENSE(34KB)
----.gitattributes(66B)
----test.xml(732B)
----package.json(717B)
----node_modules()
--------xmldom()
--------minimist()
--------@actions()
--------xpath()
----index.js(1KB)
----action.yml(473B)
----package-lock.json(1KB)