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 |