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 }}