diff --git a/content/actions/tutorials/create-actions/create-a-composite-action.md b/content/actions/tutorials/create-actions/create-a-composite-action.md index 738f551af1ae..9f4da1c1811a 100644 --- a/content/actions/tutorials/create-actions/create-a-composite-action.md +++ b/content/actions/tutorials/create-actions/create-a-composite-action.md @@ -247,11 +247,3 @@ jobs: env: RANDOM_NUMBER: {% raw %}${{ steps.foo.outputs.random-number }}{% endraw %} ``` - -## Example composite actions on {% data variables.product.github %} - -You can find many examples of composite actions on {% data variables.product.github %}. - -* [microsoft/action-python](https://github.com/microsoft/action-python) -* [microsoft/gpt-review](https://github.com/microsoft/gpt-review) -* [tailscale/github-action](https://github.com/tailscale/github-action)