We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rsync
1 parent 4691945 commit 912e168Copy full SHA for 912e168
.github/workflows/sync-changes-to-chatgpt.js.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Sync / to KudoAI/chatgpt.js/starters/greasemonkey/
29
run: |
30
- rsync -avhr --delete --exclude={'.*','package*json'} \
+ rsync -avhr --delete --exclude={'.*','eslint*','package*json'} \
31
"${{ github.workspace }}/KudoAI/chatgpt.js-greasemonkey-starter/" \
32
"${{ github.workspace }}/KudoAI/chatgpt.js/starters/greasemonkey/"
33
0 commit comments