File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2525steps:
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
3333steps:
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
4242
4343` ` ` yaml
4444steps:
45- - uses: ona -io/setup-ona@v1
45+ - uses: gitpod -io/setup-ona@v1
4646 with:
4747 channel: latest
4848` ` `
5151
5252` ` ` yaml
5353steps:
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 }}
You can’t perform that action at this time.
0 commit comments