Skip to content

Commit 4b2d0fb

Browse files
committed
Fix xml declaration in any maven
1 parent 434013b commit 4b2d0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/any-sonar-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
working-directory: ${{ inputs.working-directory }}
6767
run: |
6868
cat <<EOF > pom.xml
69-
<?xml version="1.0" encoding="UTF-8">
69+
<?xml version="1.0"?>
7070
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
7171
<modelVersion>4.0.0</modelVersion>
7272
<groupId>com.github.fabriciofx.github.workflows</groupId>

0 commit comments

Comments
 (0)