From 2eaecbdd6a05c05ae7f3cadfc0dc413dcf64cab4 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 13 Oct 2023 16:04:56 +0300 Subject: [PATCH] SP-11933: Issue with processing the document --- .github/workflows/update-clients.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-clients.yml b/.github/workflows/update-clients.yml index 453eea2..0eea313 100644 --- a/.github/workflows/update-clients.yml +++ b/.github/workflows/update-clients.yml @@ -128,6 +128,7 @@ jobs: git checkout -b ${GITHUB_SHA::8} git config --local user.email "action@github.com" git config --local user.name "GitHub Action" + git checkout src/Regula.DocumentReader.WebClient/Api/DefaultApi.cs src/Regula.DocumentReader.WebClient/Api/ProcessApi.cs git add --all git commit -m "${{ github.event.inputs.title }}" -a git push --set-upstream origin ${GITHUB_SHA::8}