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 Nov 10, 2023
1 parent f843a36 commit 6048c85
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@v3
- name: Test in OpenBSD
id: test
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -48,7 +48,7 @@ jobs:
```
The latest major version is: `v0`, which is the most recommended to use. (You can also use the latest full version: `v0.1.2`)
The latest major version is: `v1`, which is the most recommended to use. (You can also use the latest full version: `v1.0.0`)



Expand Down Expand Up @@ -81,7 +81,7 @@ The code is shared from the host to the VM via `rsync`, you can choose to use to
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -108,7 +108,7 @@ When using `rsync`, you can define `copyback: false` to not copy files back fro
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -134,7 +134,7 @@ You can add NAT port between the host and the VM.
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -154,7 +154,7 @@ The default memory of the VM is 6144MB, you can use `mem` option to set the memo
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -172,7 +172,7 @@ It uses [the latest OpenBSD 7.3](conf/default.release.conf) by default, you can
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
release: 7.3
...
Expand Down

0 comments on commit 6048c85

Please sign in to comment.