Skip to content

Commit

Permalink
test/fix bundle workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jun 19, 2024
1 parent eb5bb16 commit 6d8dcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-openapi-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
cd core/standard/openapi
swagger-cli bundle -o /tmp/ogcapi-environmental-data-retrieval-1.bundled.json ogcapi-environmental-data-retrieval-1.yaml
- name: Commit changes
- name: Commit changes and push
run: |
git config --global user.email "tomkralidis@gmail.com"
git config --global user.name "Tom Kralidis"
Expand Down

0 comments on commit 6d8dcc1

Please sign in to comment.