diff --git a/action.yml b/action.yml index 3a9c765..14a17a9 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,8 @@ name: 'RapidAPI Testing Trigger' description: 'Trigger an API test on RapidAPI Testing' -icon: 'globe' -color: 'blue' +branding: + icon: 'globe' + color: 'blue' inputs: test: description: 'ID of the test to run' @@ -22,4 +23,4 @@ outputs: description: 'Url for the full test execution URL' runs: using: 'node12' - main: 'index.js' \ No newline at end of file + main: 'index.js'