Skip to content

Commit e933c28

Browse files
committed
[infra] docs
1 parent 2d7074f commit e933c28

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@ This repository contains a collection of reusable **GitHub Actions** and **Reusa
1212
1313
## Available Actions
1414

15-
### Taskfile
16-
| Action | Description | Features |
17-
|------------------------------------------------------|------------------------------|--------------------------------------|
18-
| **[taskfile-runner](./actions/taskfile-runner)** | Execute Taskfile commands | Cross-platform task execution |
15+
### 📋 Taskfile
16+
| Action | Description |
17+
|------------------------------------------------------|------------------------------|
18+
| **[taskfile-runner](./actions/taskfile-runner)** | Execute Taskfile commands |
1919

2020
### 🐳 Container & Build
21-
| Action | Description | Features |
22-
|------------------------------------------------------|------------------------------|--------------------------------------|
23-
| **[docker-build-push](./actions/docker-build-push)** | Multi-platform Docker builds | Buildx, multi-arch, registry support |
21+
| Action | Description |
22+
|------------------------------------------------------|------------------------------|
23+
| **[docker-build-push](./actions/docker-build-push)** | Multi-platform Docker builds |
2424

2525
### ☁️ AWS Infrastructure
26-
| Action | Description | Features |
27-
|--------------------------------------------------------------------------|--------------------------------|------------------------------------------|
28-
| **[aws-terraform-runner](./actions/aws-terraform-runner)** | Terraform with S3 backend | Plan/apply/destroy, workspace management |
29-
| **[aws-lambda-restart](./actions/aws-lambda-restart)** | Update Lambda container images | ECR integration, wait for completion |
30-
| **[aws-s3-sync](./actions/aws-s3-sync)** | Sync directory to S3 | Cache headers, exclude patterns |
31-
| **[aws-cloudfront-invalidation](./actions/aws-cloudfront-invalidation)** | Invalidate CloudFront cache | Batch operations, path wildcards |
26+
| Action | Description |
27+
|--------------------------------------------------------------------------|--------------------------------|
28+
| **[aws-terraform-runner](./actions/aws-terraform-runner)** | Terraform with S3 backend |
29+
| **[aws-lambda-restart](./actions/aws-lambda-restart)** | Update Lambda container images |
30+
| **[aws-s3-sync](./actions/aws-s3-sync)** | Sync directory to S3 |
31+
| **[aws-cloudfront-invalidation](./actions/aws-cloudfront-invalidation)** | Invalidate CloudFront cache |
3232

3333
### 🏷️ Git Operations
34-
| Action | Description | Features |
35-
|----------------------------------------------------------|---------------------------|------------------------------------|
36-
| **[github-create-tag](./actions/github-create-tag)** | Create validated git tags | Format validation, force overwrite |
37-
| **[github-check-branch](./actions/github-check-branch)** | Validate commit ancestry | Branch reachability checks |
34+
| Action | Description |
35+
|----------------------------------------------------------|---------------------------|
36+
| **[github-create-tag](./actions/github-create-tag)** | Create validated git tags |
37+
| **[github-check-branch](./actions/github-check-branch)** | Validate commit ancestry |
3838

3939
## Contributing
4040
We ❤️ community contributions!

0 commit comments

Comments
 (0)