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 24d7562 commit 403e18c
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 @@ -28,7 +28,7 @@ jobs:
- name: Push source code
run: |
if [[ `git status --porcelain` ]]; then
git add "$LIB_NAME"
git add "datamodel"
git config --global user.name 'sdRDM Bot'
git config --global user.email '[email protected]'
git commit -am "API update"
Expand Down

0 comments on commit 403e18c

Please sign in to comment.