Skip to content

Commit

Permalink
chore(workflows): fix @octokit/webhooks-definitions updater (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Feb 15, 2021
1 parent 6106784 commit ee36a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm install --save-dev --save-exact @octokit/webhooks-definitions@latest
- run: npm install --save-exact @octokit/webhooks-definitions@latest
- run: npm run generate-types
- name: create pull request
uses: gr2m/[email protected]
Expand Down

0 comments on commit ee36a9a

Please sign in to comment.