Skip to content

Commit 2ef7254

Browse files
committed
docs: examples/gha: remove deprecated lima-vm/lima-actions/ssh
`lima-vm/lima-actions/ssh` is now merged into `lima-vm/lima-actions/setup`. https://github.com/lima-vm/lima-actions/releases/tag/v1.1.0 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent e07ef43 commit 2ef7254

File tree

1 file changed

+0
-3
lines changed
  • website/content/en/docs/examples

1 file changed

+0
-3
lines changed

website/content/en/docs/examples/gha.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ The `--plain` mode is useful when you want the VM instance to be as close as pos
6565
# --plain is set to disable file sharing, port forwarding, built-in containerd, etc.
6666
run: limactl start --plain --name=default --cpus=1 --memory=1 --network=lima:user-v2 template://fedora
6767
68-
- name: "Set up SSH"
69-
uses: lima-vm/lima-actions/ssh@v1
70-
7168
- name: "Initialize Fedora"
7269
# plain old rsync and ssh are used for the initialization of the guest,
7370
# so that people who are not familiar with Lima can understand the initialization steps.

0 commit comments

Comments
 (0)