From 12d50db835187e139c5a34d6a0ea2ec7fdb77e82 Mon Sep 17 00:00:00 2001 From: Texot Date: Sat, 11 Jan 2020 23:08:29 +0800 Subject: [PATCH] Change action name --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b7fb0ec7..8447b2f7 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Debugger' -description: 'Interactive debugger for GitHub Action with tmate.io' +name: 'Safe-Debugger' +description: 'Protected interactive debugger for GitHub Actions with tmate.io. Docker supported.' runs: using: 'node12' main: 'action.js'