Closed kbrashears5 closed 4 years ago
Would like to have the ability to have custom destination paths. For example:
WORKFLOW_FILES: | ./sync/dependabot.yml=./.github/dependabot.yml
I don't want the destination to be .github/workflows/dependabot.yml because then github thinks it's an action rather than a dependabot file.
@kbrashears5 will add this in upcoming release.
V2.0 now has this feature
Would like to have the ability to have custom destination paths. For example:
I don't want the destination to be .github/workflows/dependabot.yml because then github thinks it's an action rather than a dependabot file.