Skip to content

Commit

Permalink
Update version to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jul 28, 2022
1 parent b4e01fb commit d5a10f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Test in OpenBSD
id: test
uses: vmactions/openbsd-vm@v0.0.7
uses: vmactions/openbsd-vm@v0
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down Expand Up @@ -77,7 +77,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/openbsd-vm@v0.0.7
uses: vmactions/openbsd-vm@v0
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -100,7 +100,7 @@ You can add NAT port between the host and the VM.
- uses: actions/checkout@v2
- name: Test
id: test
uses: vmactions/openbsd-vm@v0.0.7
uses: vmactions/openbsd-vm@v0
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -120,7 +120,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/openbsd-vm@v0.0.7
uses: vmactions/openbsd-vm@v0
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -138,7 +138,7 @@ It uses [the latest OpenBSD 7.1](conf/default.release.conf) by default, you can
- uses: actions/checkout@v2
- name: Test
id: test
uses: vmactions/openbsd-vm@v0.0.7
uses: vmactions/openbsd-vm@v0
with:
release: 6.9
...
Expand Down

0 comments on commit d5a10f9

Please sign in to comment.