From 559b42eddeee9cefe975378aa116633a0c25bda1 Mon Sep 17 00:00:00 2001 From: linh Date: Mon, 19 Jan 2026 00:28:00 +0900 Subject: [PATCH] test commit --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 827d9618..f4fa1299 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -86,7 +86,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha }} + ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/install with: target: standalone-shell