BetaHuhn / repo-file-sync-action

๐Ÿ”„ GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.
https://github.com/marketplace/actions/repo-file-sync-action
MIT License
283 stars 82 forks source link

Exclude no longer works on version v1.18.00 #276

Closed rgeerkens closed 1 year ago

rgeerkens commented 1 year ago

๐Ÿž Describe the bug

When syncing folders between two repos suddenly the exclude functionality no longer works.

My code:

When syncing the source ais folder to destination folder ais the groeps and docs subfolders are also synced and should be ignored.

This worked perfectly prio to 18/11/2022 around 11:41AM GMT+1 ?

๐Ÿ“š To reproduce

Removing the code below stops syncing the mentioned subfolders :

When I re-aply the code, the groeps and docs folders are synced again (exclude is ignored).

๐Ÿ’ก Expected behavior

The groeps and docs folders should not be synced as they are defined in the exclude list.

๐Ÿ–ผ๏ธ Screenshots

No response

โš™๏ธ Environment

Current runner version: '2.299.1'

๐Ÿ“‹ Additional context

No response

rgeerkens commented 1 year ago

Everything works fine when forcing version 1.17.22 (so the issue must have been introduced with the latest version).

boudewijn-zicht commented 1 year ago

I'm having an issue with this as well, would love a fix for this usefull tool!

krsna-m commented 1 year ago

Also, seeing this behavior, but on v1.19

BetaHuhn commented 1 year ago

Does the issue still come up on the latest version?

boudewijn-zicht commented 1 year ago

Does the issue still come up on the latest version?

I can confirm that this issue is solved in the latest version, thanks @BetaHuhn!

phnx47 commented 1 year ago

Checked, everything works!

krsna-m commented 1 year ago

Thans @BetaHuhn !

Abirdcfly commented 1 year ago

Checked, this issue is fixed in latest version, Thanks @BetaHuhn \~(โ‰งโ–ฝโ‰ฆ)\~