Skip to content

Commit c4c46be

Browse files
committed
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 <[email protected]>
1 parent 383d449 commit c4c46be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,3 @@ You can find many examples of composite actions on {% data variables.product.git
254254

255255
* [microsoft/action-python](https://github.com/microsoft/action-python)
256256
* [microsoft/gpt-review](https://github.com/microsoft/gpt-review)
257-
* [tailscale/github-action](https://github.com/tailscale/github-action)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,4 @@ You can find many examples of JavaScript actions on {% data variables.product.pr
325325

326326
* [DevExpress/testcafe-action](https://github.com/DevExpress/testcafe-action)
327327
* [duckduckgo/privacy-configuration](https://github.com/duckduckgo/privacy-configuration)
328+
* [tailscale/github-action](https://github.com/tailscale/github-action)

0 commit comments

Comments
 (0)