Skip to content

Commit a62b2fe

Browse files
authored
Update README.md
1 parent 63446c6 commit a62b2fe

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ This action trigger a [Cerberus](https://github.com/cerberustesting/cerberus-sou
55
## Usage
66

77
```yaml
8-
- uses: bcivel/cerberus-github-action@v9
8+
- uses: cerberustesting/cerberus-github-action@v1
99
with:
1010
host: https://jftl.cerberus-testing.com
1111
campaign: API_NonRegression_UAT
1212
apikey: ${{ secrets.APIKEY }}
1313
author: ${{ github.event.pusher.name }}
1414
```
1515
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.
1717
The author is used for the tag automatic generation, in order to link the execution with the people who trigger it.
1818
1919
## Options
@@ -23,7 +23,7 @@ The author is used for the tag automatic generation, in order to link the execut
2323
Your Cerberus host.
2424
2525
```yaml
26-
- uses: bcivel/cerberus-github-action@v9
26+
- uses: cerberustesting/cerberus-github-action@v1
2727
with:
2828
host: https://my_instance.cerberus-testing.com
2929
```
@@ -33,7 +33,7 @@ Your Cerberus host.
3333
The Campaign name you want to execute.
3434
3535
```yaml
36-
- uses: bcivel/cerberus-github-action@v9
36+
- uses: cerberustesting/cerberus-github-action@v1
3737
with:
3838
campaign: My_Campaign
3939
```
@@ -43,7 +43,7 @@ The Campaign name you want to execute.
4343
The name of the people that trigger the execution. It can be a generic name, or the name of the committer
4444
4545
```yaml
46-
- uses: bcivel/cerberus-github-action@v9
46+
- uses: cerberustesting/cerberus-github-action@v1
4747
with:
4848
author: ${{ github.event.pusher.name }}
4949
```
@@ -53,13 +53,13 @@ The name of the people that trigger the execution. It can be a generic name, or
5353
The apikey of your cerberus instance. You can hardcode it directly, of use the Secrets
5454
5555
```yaml
56-
- uses: bcivel/cerberus-github-action@v9
56+
- uses: cerberustesting/cerberus-github-action@v1
5757
with:
5858
apikey: AS23DVFERS45677GFDDVGREZ3345TGGHH554EDR
5959
```
6060
6161
```yaml
62-
- uses: bcivel/cerberus-github-action@v9
62+
- uses: cerberustesting/cerberus-github-action@v1
6363
with:
6464
apikey: ${{ secrets.APIKEY }}
6565
```
@@ -71,7 +71,7 @@ The apikey of your cerberus instance. You can hardcode it directly, of use the S
7171
The number of seconds from which the execution will consider it's a fail
7272
7373
```yaml
74-
- uses: bcivel/cerberus-github-action@v9
74+
- uses: cerberustesting/cerberus-github-action@v1
7575
with:
7676
timeout: 500
7777
```
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@master
9999
- name: cerberus-action
100-
uses: bcivel/cerberus-github-action@v9
100+
uses: cerberustesting/cerberus-github-action@v1
101101
with:
102102
host: https://jftl.cerberus-testing.com
103103
campaign: API_NonRegression_UAT

0 commit comments

Comments
 (0)