feat: add coolify-deploy action
Update README Actions Table / update-readme (push) Successful in 3s

This commit is contained in:
2026-06-13 00:57:40 -07:00
parent 58159ceebe
commit 870f258371
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ This repository contains reusable composite actions for CI/CD workflows across o
| Action | Description | Reference |
| :--- | :--- | :--- |
| [Deploy to Coolify](./coolify-deploy) | Triggers a Coolify deployment using a webhook and authorization token. | `rodydavis/shared-actions/coolify-deploy@main` |
| [Enforce Flutter Version Constraint](./enforce-flutter-version) | Scans all pubspec.yaml files to ensure they use the required Flutter SDK constraint. | `rodydavis/shared-actions/enforce-flutter-version@main` |
| [Run Buildifier](./run-buildifier) | Downloads and runs buildifier on Starlark files. | `rodydavis/shared-actions/run-buildifier@main` |
| [Setup Bazel (Bazelisk)](./setup-bazel) | Installs Node, Bazelisk, and configures Git for private SSH dependencies. | `rodydavis/shared-actions/setup-bazel@main` |