We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d291f commit 707697dCopy full SHA for 707697d
1 file changed
.github/workflows/update.yml
@@ -17,6 +17,8 @@ jobs:
17
# try checking out routes-update branch. Ignore error if it does not exist
18
- run: git checkout routes-update || true
19
- run: npm ci
20
+ # In case an ENOTEMPTY error occurs, try this approach:
21
+ # https://github.com/actions/setup-node/issues/303#issuecomment-885723049
22
- run: npm install @octokit/openapi-types@latest
23
if: github.event_name == 'repository_dispatch'
24
- run: node -e "console.log('::set-output name=version::' + require('@octokit/openapi-types/package').octokit['openapi-version'])"
0 commit comments