Skip to content

Commit 6e8d46b

Browse files
committed
oops
1 parent 9f48620 commit 6e8d46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git config user.email github-actions@github.com
4545
git checkout -b update-diff-${{ env.CURRENT_DATETIME }}
4646
47-
git add src/**
47+
git add lib/**
4848
git commit --allow-empty -m "Codes are generated by openapi"
4949
5050
git push origin update-diff-${{ env.CURRENT_DATETIME }}

0 commit comments

Comments
 (0)