From 05e346a7ac4ef4f73ecbc7023b53f6697b195809 Mon Sep 17 00:00:00 2001 From: wenty22 Date: Mon, 21 Oct 2024 15:04:22 +0800 Subject: [PATCH] chore: Update cide --- .github/workflows/gh-pages-cicd.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages-cicd.yaml b/.github/workflows/gh-pages-cicd.yaml index 74ef4234..df2520a1 100644 --- a/.github/workflows/gh-pages-cicd.yaml +++ b/.github/workflows/gh-pages-cicd.yaml @@ -5,7 +5,6 @@ on: types: [created] env: - BRANCH_NAME: ${{ github.head_ref || github.ref_name }} SERVER_ENDPOINT: ${{ vars.SERVER_ENDPOINT }} WALLET_CONNECT_PROJECT_ID: ${{ vars.WALLET_CONNECT_PROJECT_ID }} @@ -19,7 +18,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ref: ${{ env.BRANCH_NAME}} + ref: ${{ github.event.pull_request.head.sha }} token: ${{ secrets.GITHUB_TOKEN }} - uses: ./.github/actions/setup