-
-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Labels
Description
Checklist
- I am using the latest version of this action.
- I have read the latest README and followed the instructions.
- I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your proposal
Not to overwrite the .github dir in target branch.
Describe the solution you'd like
Enhance the keep_files key. Enable values like [".github/*"].
Describe alternatives you've considered
- Write shell scripts in workflow code.
- Move workflow code to master branch.
Additional context
I want to build a github pages mirror (while an master => gh-pages builder is set using this), so someone helped me write a workflow in gh-pages branch. But it worked only once, and I found that the workflow was deleted view here, the first box.
tgreen7, vincerubinetti and gwennlbhpeaceiris and gwennlbh