Add File Storage Action

Its useful make branch to save / read somthing.
This commit is contained in:
moonrailgun 2022-05-28 20:56:20 +08:00 committed by GitHub
parent 46b4340f3e
commit 0f5ba6ddc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action)
- [GitHub Codeowners Validator](https://github.com/mszostok/codeowners-validator) - Ensures the correctness of your GitHub CODEOWNERS file. It supports public and private GitHub repositories and also GitHub Enterprise installations.
- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo).
- [File Storage Action](https://github.com/moonrailgun/branch-filestorage-action) - Make github repo's branch as file storage. Useful as a filedb persistence scheme
### Collection of Actions