varunsridharan / action-github-workflow-sync

Github Action To Sync Github Action's Workflow Files Across Repositories
https://github.com/marketplace/actions/github-workflow-sync
MIT License
60 stars 16 forks source link

Ability to have custom destination paths #1

Closed kbrashears5 closed 4 years ago

kbrashears5 commented 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.

varunsridharan commented 4 years ago

@kbrashears5 will add this in upcoming release.

varunsridharan commented 4 years ago

V2.0 now has this feature