You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ This action trigger a [Cerberus](https://github.com/cerberustesting/cerberus-sou
5
5
## Usage
6
6
7
7
```yaml
8
-
- uses: bcivel/cerberus-github-action@v9
8
+
- uses: cerberustesting/cerberus-github-action@v1
9
9
with:
10
10
host: https://jftl.cerberus-testing.com
11
11
campaign: API_NonRegression_UAT
12
12
apikey: ${{ secrets.APIKEY }}
13
13
author: ${{ github.event.pusher.name }}
14
14
```
15
15
16
-
In this example, the [Cerberus](https://github.com/actions/cerberus-bci) action trigger the execution of the campaign on the cerberus instance behind the host, using the APIKEY.
16
+
In this example, the [Cerberus](https://github.com/actions/cerberus-action) action trigger the execution of the campaign on the cerberus instance behind the host, using the APIKEY.
17
17
The author is used for the tag automatic generation, in order to link the execution with the people who trigger it.
18
18
19
19
## Options
@@ -23,7 +23,7 @@ The author is used for the tag automatic generation, in order to link the execut
23
23
Your Cerberus host.
24
24
25
25
```yaml
26
-
- uses: bcivel/cerberus-github-action@v9
26
+
- uses: cerberustesting/cerberus-github-action@v1
27
27
with:
28
28
host: https://my_instance.cerberus-testing.com
29
29
```
@@ -33,7 +33,7 @@ Your Cerberus host.
33
33
The Campaign name you want to execute.
34
34
35
35
```yaml
36
-
- uses: bcivel/cerberus-github-action@v9
36
+
- uses: cerberustesting/cerberus-github-action@v1
37
37
with:
38
38
campaign: My_Campaign
39
39
```
@@ -43,7 +43,7 @@ The Campaign name you want to execute.
43
43
The name of the people that trigger the execution. It can be a generic name, or the name of the committer
44
44
45
45
```yaml
46
-
- uses: bcivel/cerberus-github-action@v9
46
+
- uses: cerberustesting/cerberus-github-action@v1
47
47
with:
48
48
author: ${{ github.event.pusher.name }}
49
49
```
@@ -53,13 +53,13 @@ The name of the people that trigger the execution. It can be a generic name, or
53
53
The apikey of your cerberus instance. You can hardcode it directly, of use the Secrets
54
54
55
55
```yaml
56
-
- uses: bcivel/cerberus-github-action@v9
56
+
- uses: cerberustesting/cerberus-github-action@v1
57
57
with:
58
58
apikey: AS23DVFERS45677GFDDVGREZ3345TGGHH554EDR
59
59
```
60
60
61
61
```yaml
62
-
- uses: bcivel/cerberus-github-action@v9
62
+
- uses: cerberustesting/cerberus-github-action@v1
63
63
with:
64
64
apikey: ${{ secrets.APIKEY }}
65
65
```
@@ -71,7 +71,7 @@ The apikey of your cerberus instance. You can hardcode it directly, of use the S
71
71
The number of seconds from which the execution will consider it's a fail
0 commit comments