forked from cpina/github-action-push-to-another-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not being able to develop: add warning
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# github-action-push-to-another-repository | ||
|
||
> [!WARNING] | ||
> TL;DR: this repository is not maintained for any new development. I plan to | ||
> fix issues if they arise due to changes on GitHub, to minimise disruption of | ||
> existing usage. | ||
> | ||
> My circumstances changed since I started the GitHub Action in 2020. I am not | ||
> able to add functionality to it or fix issues. | ||
> | ||
> The action is 175 lines of shell script. Feel free to fork it and modify it | ||
> for your own use case. | ||
> | ||
> If you create a fork that might replace this one, I will add a note in the | ||
> documentation and the README.md. Please, open an issue and I will do it. | ||
See the extensive documentation in https://cpina.github.io/push-to-another-repository-docs/ (includes examples, FAQ, troubleshooting, etc.). | ||
|
||
GitHub repository of the documentation: https://github.com/cpina/push-to-another-repository-docs |