Skip to content
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

keep the .github folder in the target repo. #91

Open
xarthurx opened this issue Oct 21, 2022 · 3 comments
Open

keep the .github folder in the target repo. #91

xarthurx opened this issue Oct 21, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@xarthurx
Copy link

I have set some workflow in the target repo so that once the code is pushed, there'll be some actions to run in the target repo.

But it seems the current action only maintains the normal file, but does not copy the .github folder -- as a result, the .github folder will be lost.

Would it be possible to fix that?

@xarthurx xarthurx added the bug Something isn't working label Oct 21, 2022
@cpina
Copy link
Owner

cpina commented Oct 22, 2022

I had expected the .github folder to be copied. I will double check and fix it (hopefully the next few days). I confirm that this would be a bug.

@legendsayantan
Copy link

Giving it a bump, would love if there is a optional parameter to keep the .github folder (or any folder in general) intact or not, because we often might want to copy files from a repo to another without changing the workflows.

@danielo515
Copy link

It works for me. I have several repos running their respective GH actions after a push from this action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants