We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8381a75 commit 4931481Copy full SHA for 4931481
1 file changed
content/actions/tutorials/create-actions/create-a-composite-action.md
@@ -247,11 +247,3 @@ jobs:
247
env:
248
RANDOM_NUMBER: {% raw %}${{ steps.foo.outputs.random-number }}{% endraw %}
249
```
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