mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +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 ` +
|
||||
root +
|
||||
`
|
||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` +
|
||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" .` +
|
||||
pom +
|
||||
`
|
||||
`;
|
||||
|
|
@ -6231,7 +6231,7 @@ function createMetaJson(root) {
|
|||
cd ` +
|
||||
root +
|
||||
`
|
||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` +
|
||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" .` +
|
||||
pom +
|
||||
`
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ export function createMetaJson(root: string): string[] {
|
|||
cd ` +
|
||||
root +
|
||||
`
|
||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` +
|
||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" .` +
|
||||
pom +
|
||||
`
|
||||
`
|
||||
|
|
@ -59,7 +59,7 @@ export function createMetaJson(root: string): string[] {
|
|||
cd ` +
|
||||
root +
|
||||
`
|
||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` +
|
||||
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" .` +
|
||||
pom +
|
||||
`
|
||||
`
|
||||
|
|
|
|||
Loading…
Reference in a new issue