Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Updating branding
  • Loading branch information
lucas-rapid authored May 7, 2021
1 parent 97284b9 commit 4708821
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -22,4 +23,4 @@ outputs:
description: 'Url for the full test execution URL'
runs:
using: 'node12'
main: 'index.js'
main: 'index.js'

0 comments on commit 4708821

Please sign in to comment.