Skip to content

Commit 16408b4

Browse files
andream16ona-agent
andcommitted
Fix action reference in README
Update action reference from ona-io/setup-ona to gitpod-io/setup-ona to match the actual repository location. Co-authored-by: Ona <no-reply@ona.com>
1 parent 5c3f1f2 commit 16408b4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A GitHub Action that downloads and configures the [Ona CLI](https://www.gitpod.i
55
## Usage
66

77
```yaml
8-
- uses: ona-io/setup-ona@v1
8+
- uses: gitpod-io/setup-ona@v1
99
with:
1010
token: ${{ secrets.ONA_TOKEN }} # optional
1111
```
@@ -23,15 +23,15 @@ A GitHub Action that downloads and configures the [Ona CLI](https://www.gitpod.i
2323

2424
```yaml
2525
steps:
26-
- uses: ona-io/setup-ona@v1
26+
- uses: gitpod-io/setup-ona@v1
2727
- run: gitpod --help
2828
```
2929

3030
### With authentication
3131

3232
```yaml
3333
steps:
34-
- uses: ona-io/setup-ona@v1
34+
- uses: gitpod-io/setup-ona@v1
3535
with:
3636
token: ${{ secrets.ONA_TOKEN }}
3737
- run: gitpod whoami
@@ -42,7 +42,7 @@ steps:
4242

4343
```yaml
4444
steps:
45-
- uses: ona-io/setup-ona@v1
45+
- uses: gitpod-io/setup-ona@v1
4646
with:
4747
channel: latest
4848
```
@@ -51,7 +51,7 @@ steps:
5151

5252
```yaml
5353
steps:
54-
- uses: ona-io/setup-ona@v1
54+
- uses: gitpod-io/setup-ona@v1
5555
with:
5656
token: ${{ secrets.ONA_TOKEN }}
5757
- run: gitpod environment create https://github.com/${{ github.repository }}

0 commit comments

Comments
 (0)