docs: update README and assets for new SSH agent workflow

- Replace the ssh workflow image with a new ssh agent image across all language versions of the README
- Add a link to related presentation slides in the README files
- Remove the old ssh-workflow.png image and add a new ssh-agent.png image to the repository

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy
2025-12-22 21:56:57 +08:00
parent 823bd89e13
commit 23bd972bfc
5 changed files with 9 additions and 3 deletions

View File

@@ -45,11 +45,13 @@
**SSH for GitHub Actions** 是一個強大的 [GitHub Action](https://github.com/features/actions),可讓你在 CI/CD 工作流程中輕鬆且安全地執行遠端 SSH 指令。
本專案以 [Golang](https://go.dev) 和 [drone-ssh](https://github.com/appleboy/drone-ssh) 建立,支援多主機、代理、進階認證等多種 SSH 場景。
![ssh workflow](./images/ssh-workflow.png)
![ssh workflow](./images/ssh-agent.png)
[![testing main branch](https://github.com/appleboy/ssh-action/actions/workflows/main.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/main.yml)
[![Trivy Security Scan](https://github.com/appleboy/ssh-action/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/trivy-scan.yml)
**簡報:** [SSH for GitHub Actions](https://speakerdeck.com/appleboy/ssh-for-github-actions)
---
## 🧩 核心概念與輸入參數