Skip to content

Commit b4ccf50

Browse files
committed
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 <takninnovationresearch@gmail.com>
1 parent 924614d commit b4ccf50

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

content/actions/tutorials/create-actions/create-a-composite-action.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,3 @@ jobs:
247247
env:
248248
RANDOM_NUMBER: {% raw %}${{ steps.foo.outputs.random-number }}{% endraw %}
249249
```
250-
251-
## Example composite actions on {% data variables.product.github %}
252-
253-
You can find many examples of composite actions on {% data variables.product.github %}.
254-
255-
* [microsoft/action-python](https://github.com/microsoft/action-python)
256-
* [microsoft/gpt-review](https://github.com/microsoft/gpt-review)
257-
* [tailscale/github-action](https://github.com/tailscale/github-action)

0 commit comments

Comments
 (0)