From abd9f2d1371a0355c01e85bc03763c79b1846ace Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Thu, 27 Jun 2024 16:14:38 -0700 Subject: [PATCH] Point feature repo back to main (#2130) --- .github/workflows/features.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/features.yml b/.github/workflows/features.yml index 4e27ad44b..41891b1b6 100644 --- a/.github/workflows/features.yml +++ b/.github/workflows/features.yml @@ -3,9 +3,8 @@ on: [push, pull_request] jobs: features-test: - uses: temporalio/features/.github/workflows/java.yaml@java-breaking-update + 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: java-breaking-update \ No newline at end of file + version-is-repo-ref: true \ No newline at end of file