We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97284b9 commit 4708821Copy full SHA for 4708821
action.yml
@@ -1,7 +1,8 @@
1
name: 'RapidAPI Testing Trigger'
2
description: 'Trigger an API test on RapidAPI Testing'
3
-icon: 'globe'
4
-color: 'blue'
+branding:
+ icon: 'globe'
5
+ color: 'blue'
6
inputs:
7
test:
8
description: 'ID of the test to run'
@@ -22,4 +23,4 @@ outputs:
22
23
description: 'Url for the full test execution URL'
24
runs:
25
using: 'node12'
- main: 'index.js'
26
+ main: 'index.js'
0 commit comments