Skip to content

Commit

Permalink
Update version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jul 28, 2022
1 parent c857cf1 commit 89bfd64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0.2.1
uses: vmactions/freebsd-vm@v0
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down Expand Up @@ -75,7 +75,7 @@ The code is shared from the host to the VM via `rsync`, you can choose to use to
- uses: actions/checkout@v2
- name: Test
id: test
uses: vmactions/freebsd-vm@v0.2.1
uses: vmactions/freebsd-vm@v0
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -98,7 +98,7 @@ You can add NAT port between the host and the VM.
- uses: actions/checkout@v2
- name: Test
id: test
uses: vmactions/freebsd-vm@v0.2.1
uses: vmactions/freebsd-vm@v0
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -118,7 +118,7 @@ The default memory of the VM is 1024MB, you can use `mem` option to set the memo
- uses: actions/checkout@v2
- name: Test
id: test
uses: vmactions/freebsd-vm@v0.2.1
uses: vmactions/freebsd-vm@v0
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -136,7 +136,7 @@ It uses [the latest FreeBSD 13.1](conf/default.release.conf) by default, you can
- uses: actions/checkout@v2
- name: Test
id: test
uses: vmactions/freebsd-vm@v0.2.1
uses: vmactions/freebsd-vm@v0
with:
release: 13.0
...
Expand Down

0 comments on commit 89bfd64

Please sign in to comment.