diff --git a/.github/workflows/features.yml b/.github/workflows/features.yml index 34c284b2d..b74575fd6 100644 --- a/.github/workflows/features.yml +++ b/.github/workflows/features.yml @@ -6,6 +6,4 @@ jobs: uses: temporalio/features/.github/workflows/java.yaml@main with: java-repo-path: ${{github.event.pull_request.head.repo.full_name}} - version: ${{github.event.pull_request.head.ref}} - version-is-repo-ref: true - features-repo-ref: WorkflowUpdateHandle \ No newline at end of file + version: ${{github.event.pull_request.head.ref}} \ No newline at end of file