From 0acad5bfd76fb8e02634f70c1cca6455e302be13 Mon Sep 17 00:00:00 2001 From: Balamurali Gopalswami Date: Thu, 24 Oct 2024 19:08:06 +0530 Subject: [PATCH] Fix repo name in get_solana_sha --- .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 66201feafa..c15dfc7eec 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -505,7 +505,7 @@ jobs: - name: Checkout the repo uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: - repository: smartcontractkit/chainlink + repository: smartcontractkit/ccip ref: ${{ inputs.cl_ref || github.event.pull_request.head.sha || github.event.merge_group.head_sha }} - name: Setup Go uses: ./.github/actions/setup-go