Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Dec 4, 2023
1 parent 45e644d commit 74b22f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/tpl/README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
The latest major version is: `{{LATEST_MAJOR}}`, which is the most recommended to use. (You can also use the latest full version: `{{LATEST_TAG}}`)


If you are migrating from the previous `v0`, please change the `runs-on: ` to `runs-on: {{VM_RUNS_ON}}`

The `runs-on: {{VM_RUNS_ON}}` must be `{{VM_RUNS_ON}}`.

The `envs: 'MYTOKEN MYTOKEN2'` is the env names that you want to pass into the vm.

Expand Down Expand Up @@ -158,7 +158,7 @@ The default memory of the VM is 6144MB, you can use `mem` option to set the memo



It uses [the latest {{VM_NAME}} {{DEFAULT_RELEASE}}](conf/default.release.conf) by default, you can use `release` option to use another version of {{VM_NAME}}:
It uses [the {{VM_NAME}} {{DEFAULT_RELEASE}}](conf/default.release.conf) by default, you can use `release` option to use another version of {{VM_NAME}}:

```
...
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
port: 8000
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@c67efb18aac35c7b2c806fe3e5b7b67914de9a50
uses: vmactions/solaris-vm@67b8e7d832dd9cefca240d392b02c7664f41ad4a
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@c67efb18aac35c7b2c806fe3e5b7b67914de9a50
uses: vmactions/solaris-vm@67b8e7d832dd9cefca240d392b02c7664f41ad4a
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit 74b22f2

Please sign in to comment.