Skip to content

Commit 912e168

Browse files
committed
Excluded new ESLint config file from rsync to KudoAI/chatgpt.js
1 parent 4691945 commit 912e168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Sync / to KudoAI/chatgpt.js/starters/greasemonkey/
2929
run: |
30-
rsync -avhr --delete --exclude={'.*','package*json'} \
30+
rsync -avhr --delete --exclude={'.*','eslint*','package*json'} \
3131
"${{ github.workspace }}/KudoAI/chatgpt.js-greasemonkey-starter/" \
3232
"${{ github.workspace }}/KudoAI/chatgpt.js/starters/greasemonkey/"
3333

0 commit comments

Comments
 (0)