Skip to content

Commit

Permalink
SP-11933: Issue with processing the document
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander committed Oct 13, 2023
1 parent 914527f commit 2eaecbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
git checkout -b ${GITHUB_SHA::8}
git config --local user.email "[email protected]"
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}
Expand Down

0 comments on commit 2eaecbd

Please sign in to comment.