From 7956c61bc8f2d12bf73af9971bdab43cd07d29cf Mon Sep 17 00:00:00 2001 From: Deepak Chourasia Date: Fri, 28 Oct 2022 14:50:41 +0530 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c68373c..76a2897 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Robot Framework Action' +name: 'Robot Framework Generic Action' description: 'Run Automate test with Robot Framework on Github Action' branding: color: 'green' @@ -72,4 +72,4 @@ runs: ROBOT_OPTIONS: ${{ inputs.robot_options }} SCREEN_COLOR_DEPTH: ${{ inputs.screen_color_depth }} SCREEN_HEIGHT: ${{ inputs.screen_height }} - SCREEN_WIDTH: ${{ inputs.screen_width }} \ No newline at end of file + SCREEN_WIDTH: ${{ inputs.screen_width }}