Skip to content

Commit

Permalink
Merge pull request #581 from opengeospatial/tomkralidis-patch-1
Browse files Browse the repository at this point in the history
Delete ogcapi-environmental-data-retrieval-1.bundled.json
  • Loading branch information
chris-little authored Oct 3, 2024
2 parents acd6772 + de62dd3 commit 461110d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4,714 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-openapi-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup npm
uses: actions/setup-node@v2
uses: actions/setup-node@v4
- name: Install dependencies
run: npm install -g @apidevtools/swagger-cli
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Generate OpenAPI bundle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build-openapi-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup npm
uses: actions/setup-node@v2
uses: actions/setup-node@v4
- name: Install dependencies
run: npm install -g @apidevtools/swagger-cli
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@master
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down
Loading

0 comments on commit 461110d

Please sign in to comment.