diff --git a/.github/workflows/bindings-server.main.kts b/.github/workflows/bindings-server.main.kts
index 242ef63b5b..478fc43941 100755
--- a/.github/workflows/bindings-server.main.kts
+++ b/.github/workflows/bindings-server.main.kts
@@ -103,14 +103,9 @@ workflow(
run(
name = "Compile a Gradle project using the bindings from the server",
- // This test depicts the current incorrect behavior, and asserts on
- // the Gradle build failing with a specific problem. Once the problem
- // is fixed, modify the test to assert on a successful build.
- // TODO: https://github.com/typesafegithub/github-workflows-kt/issues/1694
command = """
cd .github/workflows/test-gradle-project-using-bindings-server
- (./gradlew build || true) >> output.txt 2>&1
- grep "inconsistent module metadata" output.txt
+ ./gradlew build
""".trimIndent(),
)
diff --git a/.github/workflows/bindings-server.yaml b/.github/workflows/bindings-server.yaml
index 6b2901da92..82647f85b0 100644
--- a/.github/workflows/bindings-server.yaml
+++ b/.github/workflows/bindings-server.yaml
@@ -68,8 +68,7 @@ jobs:
name: 'Compile a Gradle project using the bindings from the server'
run: |-
cd .github/workflows/test-gradle-project-using-bindings-server
- (./gradlew build || true) >> output.txt 2>&1
- grep "inconsistent module metadata" output.txt
+ ./gradlew build
- id: 'step-10'
name: 'Fetch maven-metadata.xml for top-level action'
run: 'curl --fail http://localhost:8080/actions/checkout/maven-metadata.xml | grep ''v4'''
diff --git a/maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt b/maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt
index de62de9be5..9ddfe024ab 100644
--- a/maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt
+++ b/maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt
@@ -12,7 +12,7 @@ internal fun ActionCoords.buildPomFile() =
4.0.0
$owner
- $fullName
+ $mavenName
$version
$fullName
Auto-generated binding for $prettyPrint.