From c4c46be90aafe170794a600db66b89364e05f9ad Mon Sep 17 00:00:00 2001 From: Mario Minardi Date: Mon, 15 Dec 2025 09:34:15 -0700 Subject: [PATCH] Move tailscale GitHub action example to Javascript action page As of v4.0.0 the tailscale GitHub action is Javascript based instead of a composite action. Signed-off-by: Mario Minardi --- .../tutorials/create-actions/create-a-composite-action.md | 1 - .../tutorials/create-actions/create-a-javascript-action.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 cedadecbeedf..2770fca392f8 100644 --- a/content/actions/tutorials/create-actions/create-a-composite-action.md +++ b/content/actions/tutorials/create-actions/create-a-composite-action.md @@ -254,4 +254,3 @@ You can find many examples of composite actions on {% data variables.product.git * [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) diff --git a/content/actions/tutorials/create-actions/create-a-javascript-action.md b/content/actions/tutorials/create-actions/create-a-javascript-action.md index 48a172302dbf..8f2442a8701f 100644 --- a/content/actions/tutorials/create-actions/create-a-javascript-action.md +++ b/content/actions/tutorials/create-actions/create-a-javascript-action.md @@ -325,3 +325,4 @@ You can find many examples of JavaScript actions on {% data variables.product.pr * [DevExpress/testcafe-action](https://github.com/DevExpress/testcafe-action) * [duckduckgo/privacy-configuration](https://github.com/duckduckgo/privacy-configuration) +* [tailscale/github-action](https://github.com/tailscale/github-action)