-
Hi there, It looks like you're action has really been making some progress in the last few months. I've been using it for some file sync tasks and it's been working splendidly. I did have one idea that might be useful: an exclude key for the sync directories action:
I've found that I need to spend a bit more time listing the files I DO want to sync to avoid the files I don't, when really an enhanced directory sync where I could declare the source and destination repo and then list the one or two files I DON'T want synced would be very economical. Anyways. Just an idea. Thanks again for the great work you're doing here. Best, Derek |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hey @buhruf, First of all, thanks for the nice words! It's always nice to hear back from someone using one of my Actions.
Yeah that's a great idea! I haven't had the need for this myself, but I can totally see a use case for this. |
Beta Was this translation helpful? Give feedback.
-
Hi @BetaHuhn, The changes you deployed to My hat goes off to you again. Well done! 🎉 |
Beta Was this translation helpful? Give feedback.
-
The You can use it by either specifying the uses: BetaHuhn/repo-file-sync-action@latest And then in your user/repo:
- source: workflows/
dest: .github/workflows/
exclude: |
node.yml
lint.yml
|
Beta Was this translation helpful? Give feedback.
The
exclude
key feature is now a part of v1.5.0 🎉You can use it by either specifying the
v1
or thelatest
tag:And then in your
sync.yml
: