From 0f26e0f60cb75f02420181320b63b22811a2b019 Mon Sep 17 00:00:00 2001 From: Yair Siman Tov <63305203+yairsimantov20@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:49:29 +0200 Subject: [PATCH] improved action.yml file --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 67aecba..9f021e2 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,6 @@ name: '๐ŸŒŠ Ocean Sail' +icon: anchor +color: blue description: 'Runs the Ocean Sail command for a specific type of integration' inputs: type: @@ -86,4 +88,4 @@ runs: - name: ๐Ÿงน Cleanup if: always() shell: bash - run: rm .sail-env \ No newline at end of file + run: rm .sail-env