mirror of
https://github.com/block/goose.git
synced 2026-04-29 12:09:38 +00:00
fix: pr comment build cli workflow (#2774)
This commit is contained in:
parent
aa4758417d
commit
772ce25884
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pr-comment-build-cli.yml
vendored
4
.github/workflows/pr-comment-build-cli.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue