mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Added dot
This commit is contained in:
parent
4a70df81cd
commit
0fdfdff59e
2 changed files with 4 additions and 4 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -6223,7 +6223,7 @@ function createMetaJson(root) {
|
||||||
cd ` +
|
cd ` +
|
||||||
root +
|
root +
|
||||||
`
|
`
|
||||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` +
|
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" .` +
|
||||||
pom +
|
pom +
|
||||||
`
|
`
|
||||||
`;
|
`;
|
||||||
|
|
@ -6231,7 +6231,7 @@ function createMetaJson(root) {
|
||||||
cd ` +
|
cd ` +
|
||||||
root +
|
root +
|
||||||
`
|
`
|
||||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` +
|
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" .` +
|
||||||
pom +
|
pom +
|
||||||
`
|
`
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ export function createMetaJson(root: string): string[] {
|
||||||
cd ` +
|
cd ` +
|
||||||
root +
|
root +
|
||||||
`
|
`
|
||||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` +
|
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" .` +
|
||||||
pom +
|
pom +
|
||||||
`
|
`
|
||||||
`
|
`
|
||||||
|
|
@ -59,7 +59,7 @@ export function createMetaJson(root: string): string[] {
|
||||||
cd ` +
|
cd ` +
|
||||||
root +
|
root +
|
||||||
`
|
`
|
||||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` +
|
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" .` +
|
||||||
pom +
|
pom +
|
||||||
`
|
`
|
||||||
`
|
`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue