Skip to content

Commit 8b0c937

Browse files
authored
Merge branch 'master' into master
2 parents c362121 + 59d1aa7 commit 8b0c937

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RapidAPI Testing GitHub Actions
22

3-
This GitHub Action allows you to trigger the execution of RapidAPI Testing tests.
3+
This GitHub Action allows you to trigger the execution of [RapidAPI Testing](https://rapidapi.com/testing) tests.
44

55
## Complete example
66

@@ -56,5 +56,4 @@ True/false based on the result of the test execution
5656
URL of a human readable report of the test execution
5757

5858
## Help
59-
60-
For any help using this integration, reach out to `[email protected]`.
59+
For any help using this integration, reach out to `[email protected]`. You can also see RapidAPI Testing Guide in our [Help Center](https://docs.rapidapi.com/docs/creating-test-flows).

action.yml

Lines changed: 3 additions & 2 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'

0 commit comments

Comments
 (0)