From 897d8a9092ab8b9db1f415138b2588955ab7cd7e Mon Sep 17 00:00:00 2001 From: Kevin Yu <31861128+yqlbu@users.noreply.github.com> Date: Thu, 20 Jul 2023 18:35:23 +0800 Subject: [PATCH] ci(seed-build): checkout codebase based on ref --- .github/workflows/seed-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/seed-build.yml b/.github/workflows/seed-build.yml index dec18a672..9bc0ea534 100644 --- a/.github/workflows/seed-build.yml +++ b/.github/workflows/seed-build.yml @@ -68,6 +68,7 @@ jobs: - name: Checkout codebase uses: actions/checkout@v3 with: + ref: ${{ inputs.ref }} fetch-depth: 0 - name: Get the version