Skip to content

Commit

Permalink
use sshfs for custom shell
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Oct 31, 2024
1 parent 120bd79 commit 9b034cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/tpl/README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,11 @@ Support custom shell:
...
steps:
- uses: actions/checkout@v4
- name: Test
- name: Start VM
id: vm
uses: {{GITHUB_REPOSITORY}}@{{LATEST_MAJOR}}
with:
sync: sshfs
- name: Custom shell step 1
shell: {{VM_OS_NAME}} {0}
run: |
Expand Down

0 comments on commit 9b034cc

Please sign in to comment.