File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,11 @@ jobs:
6262 - name : Push changes to KudoAI/chatgpt.js
6363 run : |
6464 cd ${{ github.workspace }}/KudoAI/chatgpt.js
65- git add .
66- git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js]" || true
65+ git commit -a -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js]" || true
6766 git push
6867
6968 - name : Push changes to KudoAI/chatgpt.js-chrome-starter
7069 run : |
7170 cd ${{ github.workspace }}/KudoAI/chatgpt.js-chrome-starter
72- git add .
73- git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js]" || true
71+ git commit -a -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js]" || true
7472 git push
You can’t perform that action at this time.
0 commit comments