From fcb293e61e4e87b75ee018fa5f8e0bf6afb51fb7 Mon Sep 17 00:00:00 2001 From: Harry Bowron Date: Fri, 12 Nov 2021 16:12:52 +0200 Subject: [PATCH] Revert "Rename action for marketplace" This reverts commit 8c58b05477f4fe1cf507bb9ae89cb361acba6f66. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index bb775af..dc15ab1 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ # Copyright (c) 2021 Tailscale Inc & AUTHORS All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -name: 'Connect Tailscale (args)' -description: 'Connect your GitHub Action workflow to Tailscale (forked)' +name: 'Connect Tailscale' +description: 'Connect your GitHub Action workflow to Tailscale' branding: icon: 'arrow-right-circle' color: 'gray-dark'