diff --git a/README.md b/README.md index c8fc359..6063e35 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ --> -Release workflow for composite Github Action +General purpose reusable Github Action workflows --- @@ -750,7 +750,7 @@ Mocked monorepo controller that outputs list of applications, lists of apps with uses: cloudposse/github-actions-workflows/.github/workflows/controller-monorepo.yml@main with: dir: ./apps -``` +``` diff --git a/README.yaml b/README.yaml index 75503b7..beba8a2 100644 --- a/README.yaml +++ b/README.yaml @@ -34,7 +34,7 @@ badges: related: [] # Short description of this project -description: Release workflow for composite Github Action +description: General purpose reusable Github Action workflows introduction: |- Use provided [GitHub Actions reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) diff --git a/docs/github-actions-reusable-workflows.md b/docs/github-actions-reusable-workflows.md index cabdb68..122edb9 100644 --- a/docs/github-actions-reusable-workflows.md +++ b/docs/github-actions-reusable-workflows.md @@ -676,7 +676,7 @@ Mocked monorepo controller that outputs list of applications, lists of apps with uses: cloudposse/github-actions-workflows/.github/workflows/controller-monorepo.yml@main with: dir: ./apps -``` +```