https://github.com/mindsers/gh-actions
Some useful GitHub Actions
https://github.com/mindsers/gh-actions
actions github github-actions
Last synced: about 2 months ago
JSON representation
Some useful GitHub Actions
- Host: GitHub
- URL: https://github.com/mindsers/gh-actions
- Owner: mindsers
- License: mit
- Created: 2019-04-06T07:07:31.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-04-12T19:25:15.000Z (about 7 years ago)
- Last Synced: 2025-07-20T05:53:06.936Z (11 months ago)
- Topics: actions, github, github-actions
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions by Mindsers
This repository stores some useful Github Actions needed for my other projects.
GitHub Actions available:
- [Publish to Github Wiki](https://github.com/mndsers/gh-actions/blob/develop/publish-wiki/)
## Contribution
Contributions to the source code of *GitHub Actions by Mindser* are welcomed and greatly appreciated. For help on how to contribute in this project, please refer to [How to contribute to *GitHub Actions by Mindsers*](https://github.com/Mindsers/gh-actions/blob/develop/CONTRIBUTING.md).
To see the contributors list, go to the [CONTRIBUTORS.md](https://github.com/mindsers/gh-actions/blob/develop/CONTRIBUTORS.md) file.
## Support
*GitHub Actions by Mindsers* is licensed under an MIT license, which means that it's completely free open source software. Unfortunately, *GitHub Actions by Mindsers* doesn't make it itself. Which will result in many late, beer-filled nights of development for me.
If you're using *GitHub Actions by Mindsers* and want to support the development, you now have the chance! Go on my [Patreon page](https://www.patreon.com/mindsers) and become my joyful patron!!
[](https://www.patreon.com/bePatron?u=9715649)
For help on how to support *GitHub Actions by Mindsers*, please refer to [The awesome people who support *gh-actions*](https://github.com/Mindsers/gh-actions/blob/develop/SPONSORS.md).
## License
This project is under the MIT License. (see LICENSE file in the root directory)
> MIT License
>
> Copyright (c) 2018 Nathanael CHERRIER
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.