fix: pr comment build cli workflow (#2774)

This commit is contained in:
Lifei Zhou 2025-06-04 20:50:08 +10:00 committed by GitHub
parent aa4758417d
commit 772ce25884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |