From d0108965ea7936b30c7b3b9f4ed0e2b21f5b048d Mon Sep 17 00:00:00 2001 From: Leynos Date: Wed, 18 Jun 2025 11:18:40 +0100 Subject: [PATCH] Move actions under .github/actions --- .github/{ => actions}/export-postgres-url/action.yml | 0 .github/{ => actions}/generate-coverage/action.yml | 0 README.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/{ => actions}/export-postgres-url/action.yml (100%) rename .github/{ => actions}/generate-coverage/action.yml (100%) diff --git a/.github/export-postgres-url/action.yml b/.github/actions/export-postgres-url/action.yml similarity index 100% rename from .github/export-postgres-url/action.yml rename to .github/actions/export-postgres-url/action.yml diff --git a/.github/generate-coverage/action.yml b/.github/actions/generate-coverage/action.yml similarity index 100% rename from .github/generate-coverage/action.yml rename to .github/actions/generate-coverage/action.yml diff --git a/README.md b/README.md index f16233b2..2ebf87ca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ GitHub Actions | Name | Path | Latest major | | ---- | ---- | ------------ | -| Export Postgres URL | `.github/export-postgres-url` | v1 | -| Generate coverage | `.github/generate-coverage` | v1 | +| Export Postgres URL | `.github/actions/export-postgres-url` | v1 | +| Generate coverage | `.github/actions/generate-coverage` | v1 | | Setup Rust | `.github/actions/setup-rust` | v1 | | Upload CodeScene Coverage | `.github/actions/upload-codescene-coverage` | v1 |