File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
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.
15
15
- name : Set up Node (10)
16
16
uses : actions/setup-node@v1
17
17
with :
44
44
if : ${{steps.fc.outputs.comment-id}}
45
45
uses : peter-evans/create-or-update-comment@v1
46
46
with :
47
- comment-id : ${{steps.fc.outputs.comment-id}}
47
+ comment-id : ${{steps.fc.outputs.comment-id}} && steps.check-changeset.outputs.MISSING_PACKAGES}}
48
48
edit-mode : replace
49
49
body : |
50
50
### Changeset File Check :warning:
You can’t perform that action at this time.
0 commit comments