1
0
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:
Ian Storm Taylor 2021-04-07 11:18:12 -04:00
parent 451af772f5
commit a59ee4d8c6

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