Skip to content

Commit 434013b

Browse files
committed
Remove ? typo in pom.xml in any sonar
1 parent 6102589 commit 434013b

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" encoding="UTF-8">
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)