From fc739a884ab49096cb4545386741ccc48d8100c4 Mon Sep 17 00:00:00 2001 From: Adva Oren Date: Wed, 24 Jun 2026 12:33:47 +0300 Subject: [PATCH] test: point integration workflow to a-oren:TC-4813 for validation Co-Authored-By: Claude Opus 4.6 --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c610c5ae..50a6111d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,7 +19,7 @@ jobs: if: | (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') || github.event_name == 'workflow_dispatch' - uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main + uses: a-oren/exhort-integration-tests/.github/workflows/integration.yml@TC-4813 with: language: javascript repo-url: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_repository.full_name || github.repository }}