Skip to content

Commit 2832a62

Browse files
committed
Condensed git cmds since only tracked files affected
1 parent 0f92714 commit 2832a62

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/sync-chatgpt.js-changes-to-chrome-starter.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)