Files
shared-actions/README.md
T
rodydavis 870f258371
Update README Actions Table / update-readme (push) Successful in 3s
feat: add coolify-deploy action
2026-06-13 00:57:40 -07:00

1.1 KiB

Shared Gitea Actions

This repository contains reusable composite actions for CI/CD workflows across our repositories.

Available Actions

Action Description Reference
Deploy to Coolify Triggers a Coolify deployment using a webhook and authorization token. rodydavis/shared-actions/coolify-deploy@main
Enforce Flutter Version Constraint Scans all pubspec.yaml files to ensure they use the required Flutter SDK constraint. rodydavis/shared-actions/enforce-flutter-version@main
Run Buildifier Downloads and runs buildifier on Starlark files. rodydavis/shared-actions/run-buildifier@main
Setup Bazel (Bazelisk) Installs Node, Bazelisk, and configures Git for private SSH dependencies. rodydavis/shared-actions/setup-bazel@main

Usage

To use these actions in your workflows, reference them using the syntax: uses: rodydavis/shared-actions/<action-name>@main