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 6, 2023
1 parent d44bf83 commit 8a41a34
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 FreeBSD
id: test
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -46,7 +46,7 @@ jobs:
```
The latest major version is: `v0`, which is the most recommended to use. (You can also use the latest full version: `v0.3.1`)
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 @@ -79,7 +79,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/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -106,7 +106,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/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -132,7 +132,7 @@ You can add NAT port between the host and the VM.
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -152,7 +152,7 @@ The default memory of the VM is 1024MB, you can use `mem` option to set the memo
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -170,7 +170,7 @@ It uses [the latest FreeBSD 13.2](conf/default.release.conf) by default, you can
- uses: actions/checkout@v3
- name: Test
id: test
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
release: 13.2
...
Expand Down

0 comments on commit 8a41a34

Please sign in to comment.