Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4708821

Browse files
authored
Update action.yml
Updating branding
1 parent 97284b9 commit 4708821

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 'RapidAPI Testing Trigger'
22
description: 'Trigger an API test on RapidAPI Testing'
3-
icon: 'globe'
4-
color: 'blue'
3+
branding:
4+
icon: 'globe'
5+
color: 'blue'
56
inputs:
67
test:
78
description: 'ID of the test to run'
@@ -22,4 +23,4 @@ outputs:
2223
description: 'Url for the full test execution URL'
2324
runs:
2425
using: 'node12'
25-
main: 'index.js'
26+
main: 'index.js'

0 commit comments

Comments
 (0)