Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia authored Oct 28, 2022
1 parent 5085a82 commit 7956c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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 }}
SCREEN_WIDTH: ${{ inputs.screen_width }}

0 comments on commit 7956c61

Please sign in to comment.