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

Expose the git_url as GIT_URL so that Github Enterprise instances can utilize this. #15

Open tdonaworth opened 3 years ago

tdonaworth commented 3 years ago

Is your feature request related to a problem? Please describe. Currently the sync action only looks in github.com/{repository}, which does not work with Github Enterprise Servers.

Describe the solution you'd like When assigning the git_url variable, use a new GIT_URL variable which would be defaulted to github.com but be over writable by users with GIT_URL

Describe alternatives you've considered None

Additional context Add any other context or screenshots about the feature request here.

varunsridharan commented 3 years ago

@tdonaworth thanks for the suggestion. sure will add it in next release

swathida-byte commented 2 years ago

is this action available for GitHub enterprise now?

varunsridharan commented 2 years ago

@tdonaworth @swathida-byte have you tried using it in GitHub enterprise ?