Skip to content

Commit 2784181

Browse files
committed
chore: fix git addition of deleted file during pipeline
1 parent f00c096 commit 2784181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
cd python-client
4242
git config --global user.name 'github-actions[bot]'
4343
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
44-
git add .
44+
git add -A
4545
git commit -m "Update api"
4646
git push origin main

0 commit comments

Comments
 (0)