Skip to content

Commit 8524f66

Browse files
committed
Update version to v1.2.9
1 parent 9552ee6 commit 8524f66

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,23 @@ When a failure occurs, the action will enable a remote VNC link and wait for you
352352
...
353353
```
354354

355+
You can also set the `vnc-password` parameter to set a custom password to protect the VNC link:
356+
357+
```yaml
358+
...
359+
steps:
360+
- uses: actions/checkout@v6
361+
- name: Test
362+
id: test
363+
uses: vmactions/solaris-vm@v1
364+
with:
365+
debug-on-error: true
366+
vnc-password: ${{ secrets.VNC_PASSWORD }}
367+
368+
...
369+
```
370+
371+
You will be asked to input the username and password when you access the VNC link. The username can be any string, the password is the value of the `vnc-password` parameter.
355372

356373

357374
See more: [debug on error](https://github.com/vmactions/.github/wiki/debug%E2%80%90on%E2%80%90error)

0 commit comments

Comments
 (0)