From b4ccf50d17905f6be0a40b0a708a56f17845df64 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Wed, 8 Apr 2026 16:23:50 +0000 Subject: [PATCH] Remove examples of composite actions on GitHub since they are getting to use less in these repositories. There are no good other examples to replace them with, and they are not necessary to understand the concept of composite actions. Signed-off-by: Takuya Noguchi --- .../tutorials/create-actions/create-a-composite-action.md | 8 -------- 1 file changed, 8 deletions(-) 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)