From 5381114a9aaafa8f7dc22ed266411263aeaedf27 Mon Sep 17 00:00:00 2001 From: niklaskeerl Date: Sat, 28 Oct 2023 19:22:17 +0200 Subject: [PATCH] Add branding in action.yml --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f8aec33..8625a5d 100644 --- a/action.yml +++ b/action.yml @@ -17,4 +17,8 @@ runs: sudo chmod 600 wg0.conf echo "setting config" sudo wg-quick up ./wg0.conf - shell: bash \ No newline at end of file + shell: bash + +branding: + icon: shield + color: red \ No newline at end of file