Skip to content

Commit 32cbd5c

Browse files
committed
Address PR comments
1 parent 31180e1 commit 32cbd5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check-changeset.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
12-
- name: Checkout
13-
run: |
14-
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
11+
- name: Checkout Repo
12+
uses: actions/checkout@master
13+
with:
14+
# This makes Actions fetch all Git history so check_changeset script can diff properly.
1515
- name: Set up Node (10)
1616
uses: actions/setup-node@v1
1717
with:
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{steps.fc.outputs.comment-id}}
4545
uses: peter-evans/create-or-update-comment@v1
4646
with:
47-
comment-id: ${{steps.fc.outputs.comment-id}}
47+
comment-id: ${{steps.fc.outputs.comment-id}} && steps.check-changeset.outputs.MISSING_PACKAGES}}
4848
edit-mode: replace
4949
body: |
5050
### Changeset File Check :warning:

0 commit comments

Comments
 (0)