From 403e18c229a8681fc2fc3558c440bbf530489b30 Mon Sep 17 00:00:00 2001 From: Torsten Giess <92164414+torogi94@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:28:39 +0200 Subject: [PATCH] Update generate_api.yaml --- .github/workflows/generate_api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"