From 772ce25884129c4e5a0e6d9394eda3f70c0e2977 Mon Sep 17 00:00:00 2001 From: Lifei Zhou Date: Wed, 4 Jun 2025 20:50:08 +1000 Subject: [PATCH] fix: pr comment build cli workflow (#2774) --- .github/workflows/pr-comment-build-cli.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-comment-build-cli.yml b/.github/workflows/pr-comment-build-cli.yml index 24a865d2bd..158981cf8e 100644 --- a/.github/workflows/pr-comment-build-cli.yml +++ b/.github/workflows/pr-comment-build-cli.yml @@ -37,6 +37,10 @@ jobs: skip_reviews: true reaction: "eyes" allowed_contexts: pull_request + + - name: Checkout code + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4 + - name: Get PR head SHA with gh id: set_head_sha run: |