diff --git a/.github/workflows/generate_api.yaml b/.github/workflows/generate_api.yaml index a59907f..4615156 100644 --- a/.github/workflows/generate_api.yaml +++ b/.github/workflows/generate_api.yaml @@ -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 'sdRDM@bot.com' git commit -am "API update"