We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5046f2f + 0728880 commit 019e67cCopy full SHA for 019e67c
1 file changed
.github/workflows/update-clients.yml
@@ -131,6 +131,7 @@ jobs:
131
git checkout -b ${GITHUB_SHA::8}
132
git config --local user.email "action@github.com"
133
git config --local user.name "GitHub Action"
134
+ git checkout src/Regula.FaceSDK.WebClient/Api/SearchApi.cs
135
git add --all
136
git commit -m "${{ github.event.inputs.title }}" -a
137
git push --set-upstream origin ${GITHUB_SHA::8}
0 commit comments