File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 23
23
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/automata-tech/eva_python_sdk
24
24
git config --global user.email "[email protected] "
25
25
git config --global user.name "docs-bot"
26
- git commit -am 'docs'
26
+ git add .
27
+ git commit -m 'docs'
27
28
git push origin docs/development -f
Original file line number Diff line number Diff line change 26
26
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/automata-tech/eva_python_sdk
27
27
git config --global user.email "[email protected] "
28
28
git config --global user.name "docs-bot"
29
- git commit -am 'docs'
29
+ git add .
30
+ git commit -m 'docs'
30
31
git push origin docs/${{ steps.get-git-tag.outputs.git-tag }} -f
You can’t perform that action at this time.
0 commit comments