From 787814f36486106e63164997523c852453b5ed4e Mon Sep 17 00:00:00 2001 From: KasukabeDefenceForce Date: Mon, 20 May 2024 19:50:14 +0530 Subject: [PATCH] Fixing PR checkout in build docs job (#2621) --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 33da2fa66a8..00153800b6a 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ref: ${{ github.event.pull_request.head.ref }} + ref: ${{ github.event.pull_request.head.sha }} if: github.event_name == 'pull_request_target' - name: Generate Cache Key