Skip to content

Commit 9e85714

Browse files
committed
Fix echo line
1 parent a2c8de9 commit 9e85714

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-changeset.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: 10.x
19-
- name: Yarn install
20-
run: yarn
2119
- name: Run changeset script
2220
run: node scripts/check_changeset.js
2321
id: check-changeset
2422
- name: Read output
25-
run: echo env.MISSING_PACKAGES
23+
run: echo $MISSING_PACKAGES

0 commit comments

Comments
 (0)