Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jul 19, 2022
1 parent cfc04bb commit 2f99829
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Test
on: [push]

jobs:
testfreebsd:
test:
runs-on: macos-12
name: A job to run test OpenBSD
env:
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Test in OpenBSD
id: test
uses: vmactions/[email protected].4
uses: vmactions/[email protected].6
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down Expand Up @@ -72,7 +72,7 @@ The code is shared from the host to the OpenBSD VM via `rsync`, you can choose t
- uses: actions/checkout@v2
- name: Test in OpenBSD
id: test
uses: vmactions/[email protected].4
uses: vmactions/[email protected].6
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -94,7 +94,7 @@ You can add NAT port between the host and the VM.
- uses: actions/checkout@v2
- name: Test in OpenBSD
id: test
uses: vmactions/[email protected].4
uses: vmactions/[email protected].6
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -114,7 +114,7 @@ The default memory of the VM is 1024MB, you can use `mem` option to set the memo
- uses: actions/checkout@v2
- name: Test in OpenBSD
id: test
uses: vmactions/[email protected].4
uses: vmactions/[email protected].6
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand All @@ -132,7 +132,7 @@ It uses [the latest OpenBSD release](conf/default.release.conf) by default, you
- uses: actions/checkout@v2
- name: Test in OpenBSD
id: test
uses: vmactions/[email protected].4
uses: vmactions/[email protected].6
with:
release: 6.9
...
Expand Down

0 comments on commit 2f99829

Please sign in to comment.