From 2d2ae19be39d9d63f0dbdede3a5669a8fd7b1619 Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Fri, 25 Oct 2024 21:33:05 -0700 Subject: [PATCH] Remove feature repo tag --- .github/workflows/features.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/features.yml b/.github/workflows/features.yml index 34c284b2d..41891b1b6 100644 --- a/.github/workflows/features.yml +++ b/.github/workflows/features.yml @@ -7,5 +7,4 @@ jobs: 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-is-repo-ref: true \ No newline at end of file