We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6102589 commit 434013bCopy full SHA for 434013b
1 file changed
.github/workflows/any-sonar-template.yml
@@ -66,7 +66,7 @@ jobs:
66
working-directory: ${{ inputs.working-directory }}
67
run: |
68
cat <<EOF > pom.xml
69
- <?xml version="1.0" encoding="UTF-8"?>
+ <?xml version="1.0" encoding="UTF-8">
70
<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">
71
<modelVersion>4.0.0</modelVersion>
72
<groupId>com.github.fabriciofx.github.workflows</groupId>
0 commit comments