From 454af136f221acf6c61ced4bfa290a6a35fdcd1d Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 15:41:42 +0100 Subject: [PATCH] Add File Storage Action (#57) Co-authored-by: moonrailgun --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 451b6d6..1e7e869 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Manage Labels With Configurable Rules in Pull Requests and Issues](https://github.com/srvaroa/labeler/) - Action based on configurable rules that match on properties of Pull Requests and Issues to assign/remove labels automatically. - [GitHub Actions Access Tokens](https://github.com/qoomon/actions--access-token) - Get rid of PAT tokens, use temporary access tokens instead! - [Action Debug VSCode](https://github.com/fawazahmed0/action-debug-vscode) - Remote Access your GitHub Actions via Browser based VS Code. +- [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