Skip to content

Commit

Permalink
Update generate_api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
torogi94 committed Sep 5, 2023
1 parent e559556 commit 24d7562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
URL: ${{github.repositoryUrl}}
COMMIT: ${{github.sha}}
run: sdrdm generate --path ./specifications/ --out ./nmrpy/ --name datamodel --url "$URL" --commit "$COMMIT"
run: sdrdm generate --path ./specifications/ --out ./nmrpy/ --name "datamodel" --url "$URL" --commit "$COMMIT"

- name: Push source code
run: |
Expand Down

0 comments on commit 24d7562

Please sign in to comment.