-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Option to specify src & target roots #27
Comments
@adrianjost Any news about this feature? |
@phnx47 Not yet, cause it was a feature I personally hadn't had a use-case for. But it shouldn't be too difficult to implement. Maybe I find some time after Christmas to implement this now someone seems to have the need for this. |
@adrianjost It is ok! Thank you! I already found solution for this in another action. I can use two actions for my projects. Maybe I will try implement it myself too. |
@phnx47 it's now implemented and published in version 1.2.0 |
Implements #27 Add option to customize source and target repo root to sync files from repoA/dirA to repoB/dirB if wanted.
I want to sync files from
RepoA/dir1
intoRepo[B-Z]/dir2
. There is no need to define the root for eachTARGET_REPO
seperately.SRC_ROOT
option wich defaults to/
TARGET_ROOT
option wich defaults to/
The text was updated successfully, but these errors were encountered: