We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc80372 commit 92ba657Copy full SHA for 92ba657
.github/workflows/build-sdk.yml
@@ -19,11 +19,6 @@ jobs:
19
repository: ${{ github.event.pull_request.head.repo.full_name }}
20
ref: ${{ github.event.pull_request.head.ref }}
21
22
- # - name: Set up Node.js
23
- # uses: actions/setup-node@v2
24
- # with:
25
- # node-version: 14
26
-
27
- name: Merge the OpenAPI Specs
28
run: |
29
chmod +x merge.sh # Make the script executable
0 commit comments