mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-21 13:51:59 +02:00
update release comment workflow to checkout pr
This commit is contained in:
parent
451af772f5
commit
a59ee4d8c6
5
.github/workflows/comment.yml
vendored
5
.github/workflows/comment.yml
vendored
@ -37,6 +37,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout pull request
|
||||
run: hub pr checkout ${{ github.event.issue.number }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user