Fix syntax

This commit is contained in:
Orta Therox
2020-05-21 11:13:00 -04:00
parent a328f74618
commit 81a7dfca44

View File

@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: npm install
- run: npm install
- run: npm run update-codeowners
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}