Pin octokit types (#43762)

* Pin @octokit/types to fix build error

* Allow update package lock to be run on a workflow dispatch
This commit is contained in:
Andrew Branch
2021-04-21 11:50:29 -07:00
committed by GitHub
parent 45514d6509
commit a433c3c0ce
3 changed files with 20 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ on:
# This is probably 6am UTC, which is 10pm PST or 11pm PDT
# Alternatively, 6am local is also fine
- cron: '0 6 * * *'
workflow_dispatch: {}
jobs:
build: