From d5a10f9f90212c9f29b4d6f2d33c5243bd57f0e3 Mon Sep 17 00:00:00 2001 From: Neilpang Date: Thu, 28 Jul 2022 13:50:29 +0000 Subject: [PATCH] Update version to v0.0.7 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ad44dd..99376cc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 ...