Skip to content

Commit

Permalink
Update version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Dec 4, 2023
1 parent 37cb8a8 commit 58a2604
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in OmniOS
id: test
uses: vmactions/omnios-vm@
uses: vmactions/omnios-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
```
The latest major version is: ``, which is the most recommended to use. (You can also use the latest full version: ``)
The latest major version is: `v1`, which is the most recommended to use. (You can also use the latest full version: `v1.0.0`)


If you are migrating from the previous `v0`, please change the `runs-on: ` to `runs-on: ubuntu-latest`
Expand Down Expand Up @@ -89,7 +89,7 @@ The code is shared from the host to the VM via `rsync`, you can choose to use to
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/omnios-vm@
uses: vmactions/omnios-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -116,7 +116,7 @@ When using `rsync`, you can define `copyback: false` to not copy files back fro
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/omnios-vm@
uses: vmactions/omnios-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -142,7 +142,7 @@ You can add NAT port between the host and the VM.
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/omnios-vm@
uses: vmactions/omnios-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -162,7 +162,7 @@ The default memory of the VM is 6144MB, you can use `mem` option to set the memo
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/omnios-vm@
uses: vmactions/omnios-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -180,7 +180,7 @@ It uses [the OmniOS r151048](conf/default.release.conf) by default, you can use
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/omnios-vm@
uses: vmactions/omnios-vm@v1
with:
release: r151046
...
Expand Down

0 comments on commit 58a2604

Please sign in to comment.