From d9b5a9572b283ee3073fd2aa3591793f6cbe4b7c Mon Sep 17 00:00:00 2001 From: Neilpang Date: Fri, 1 Nov 2024 02:37:09 +0000 Subject: [PATCH] Update version to v1.1.0 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fdc12a..7a13a30 100644 --- a/README.md +++ b/README.md @@ -225,9 +225,11 @@ Support custom shell: ... steps: - uses: actions/checkout@v4 - - name: Test + - name: Start VM id: vm uses: vmactions/solaris-vm@v1 + with: + sync: sshfs - name: Custom shell step 1 shell: solaris {0} run: |